Skip to content
New issue

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

HA plugins as a maven dependency #242

Closed
edudant opened this issue May 4, 2018 · 1 comment
Closed

HA plugins as a maven dependency #242

edudant opened this issue May 4, 2018 · 1 comment
Assignees

Comments

@edudant
Copy link
Contributor

edudant commented May 4, 2018

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.

@edudant edudant self-assigned this May 4, 2018
edudant pushed a commit that referenced this issue May 4, 2018
@edudant
Copy link
Contributor Author

edudant commented May 16, 2018

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

    <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>

@edudant edudant closed this as completed May 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant