Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <build>
- <plugins>
- <plugin>
- <artifactId>maven-assembly-plugin</artifactId>
- <version>2.2-beta-2</version>
- <executions>
- <execution>
- <id>foo</id>
- <phase>package</phase>
- <goals>
- <goal>single</goal>
- </goals>
- <configuration>
- <descriptorRefs>
- <descriptorRef>
- jar-with-dependencies
- </descriptorRef>
- </descriptorRefs>
- <archive>
- <manifest>
- <mainClass>no.hild1.bank.TelepayGUI</mainClass>
- </manifest>
- </archive>
- <appendAssemblyId>false</appendAssemblyId>
- <outputDirectory>/home/hildenae/Dropbox/Terra/glowing-batman/versions/</outputDirectory>
- </configuration>
- </execution>
- <execution>
- <id>bar</id>
- <phase>package</phase>
- <goals>
- <goal>single</goal>
- </goals>
- <configuration>
- <descriptorRefs>
- <descriptorRef>
- jar-with-dependencies
- </descriptorRef>
- </descriptorRefs>
- <archive>
- <manifest>
- <mainClass>no.hild1.bank.TelepayGUI</mainClass>
- </manifest>
- </archive>
- <finalName>glowing-batman-latest</finalName>
- <appendAssemblyId>false</appendAssemblyId>
- <outputDirectory>/home/hildenae/Dropbox/Terra/glowing-batman/</outputDirectory>
- </configuration>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
Advertisement
Add Comment
Please, Sign In to add comment