Skip to content

Commit

Permalink
Se incluye maven-generate-resources-archivo-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
erny committed Nov 1, 2015
1 parent 1116462 commit 7237a78
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions buildall.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/bin/bash
if [ -f setenv.sh ]
then
source setenv.sh
fi
mvn install:install-file -Dfile=maven-plugins/maven-generate-resources-archivo-plugin-1.1.jar -Dpackaging=jar -DgroupId=es.ieci.maven.plugins -DartifactId=maven-generate-resources-archivo-plugin -Dversion=1.1 -DgeneratePom=true
mvn clean install -Dmaven.test.skip=true
mvn clean install -Dwars -Dmaven.test.skip=true
mvn package -P generate-distri
Binary file not shown.
2 changes: 1 addition & 1 deletion sigem/SIGEM_Archivo_Modules/SIGEM_Archivo_War/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
<plugin>
<groupId>es.ieci.maven.plugins</groupId>
<artifactId>maven-generate-resources-archivo-plugin</artifactId>
<version>1.0</version>
<version>1.1</version>
<executions>
<execution>
<id>modified-resources</id>
Expand Down

0 comments on commit 7237a78

Please sign in to comment.