Created
September 6, 2014 00:15
-
-
Save odavid/5930322187363a3807b2 to your computer and use it in GitHub Desktop.
Using the Mixin Plugin
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
... | |
<build> | |
<plugins> | |
<plugin> | |
<groupId>com.github.odavid.maven.plugins</groupId> | |
<artifactId>mixin-maven-plugin</artifactId> | |
<version>0.1-alpha-22</version> | |
<extensions>true</extensions> | |
<configuration> | |
<mixins> | |
<mixin> | |
<groupId>MIXIN-POM-GID</groupId> | |
<artifactId>MIXIN-POM-AID</artifactId> | |
<version>MIXIN-POM-VERSION</version> | |
</mixin> | |
</mixins> | |
</configuration> | |
</plugin> | |
</plugins> | |
</build> | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment