We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
javaagent should contain only hotswap-agent-core, everything else should be distributed via standard maven dependencies.
Full hotswap-agent with bundled plugins should be remain available as an alternative.
The text was updated successfully, but these errors were encountered:
#242 - HA plugins as a maven dependency - new maven plugin aggregator…
eaffc83
… introduced
javaagent now may contain only hotswap-agent-core, all plugins include via maven
run java -javaagent:PATH_TO_AGENT\hotswap-agent-core-1.3.0.jar
java -javaagent:PATH_TO_AGENT\hotswap-agent-core-1.3.0.jar
<profile> <id>hotswap-agent</id> <dependencies> <dependency> <groupId>org.hotswapagent</groupId> <artifactId>hotswap-agent-plugins</artifactId> <version>1.3.0</version> <type>pom</type> </dependency> </dependencies> </profile>
Sorry, something went wrong.
edudant
No branches or pull requests
javaagent should contain only hotswap-agent-core, everything else should be distributed via standard maven dependencies.
Full hotswap-agent with bundled plugins should be remain available as an alternative.
The text was updated successfully, but these errors were encountered: