Skip to content

Commit

Permalink
upgrade to latest assembly
Browse files Browse the repository at this point in the history
  • Loading branch information
kimchy committed Feb 26, 2012
1 parent 32b4363 commit 93c3e8f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,9 @@
</plugin>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<version>2.2.2</version>
<configuration>
<appendAssemblyId>false</appendAssemblyId>
<outputDirectory>${project.build.directory}/releases/</outputDirectory>
<descriptors>
<descriptor>${basedir}/src/main/assemblies/plugin.xml</descriptor>
Expand Down
2 changes: 1 addition & 1 deletion src/main/assemblies/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<assembly>
<id></id>
<id>plugin</id>
<formats>
<format>zip</format>
</formats>
Expand Down

0 comments on commit 93c3e8f

Please sign in to comment.