Skip to content

Instantly share code, notes, and snippets.

@bobmcwhirter
Created February 1, 2013 14:11
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 bobmcwhirter/4691525 to your computer and use it in GitHub Desktop.
Save bobmcwhirter/4691525 to your computer and use it in GitHub Desktop.
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<dependencies>
<dependency>
<groupId>org.projectodd</groupId>
<artifactId>polyglot-module-support</artifactId>
<version>${version.polyglot}</version>
</dependency>
</dependencies>
<executions>
<execution>
<id>assemble-module</id>
<goals>
<goal>single</goal>
</goals>
<configuration>
<descriptorRefs>
<descriptorRef>module</descriptorRef>
</descriptorRefs>
</configuration>
</execution>
</executions>
</plugin>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment