Skip to content

Instantly share code, notes, and snippets.

@odavid
Created September 6, 2014 00:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save odavid/5930322187363a3807b2 to your computer and use it in GitHub Desktop.
Save odavid/5930322187363a3807b2 to your computer and use it in GitHub Desktop.
Using the Mixin Plugin
...
<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