Commit ca927fdfe388cd37982296ce1aef1956a2c0ea57
1 parent
a4858f93
Exists in
master
Ajuste no build para criação do bundle
Showing
1 changed file
with
4 additions
and
0 deletions
Show diff stats
pom.xml
| ... | ... | @@ -67,6 +67,10 @@ |
| 67 | 67 | <plugins> |
| 68 | 68 | <plugin> |
| 69 | 69 | <groupId>org.apache.maven.plugins</groupId> |
| 70 | + <artifactId>maven-assembly-plugin</artifactId> | |
| 71 | + </plugin> | |
| 72 | + <plugin> | |
| 73 | + <groupId>org.apache.maven.plugins</groupId> | |
| 70 | 74 | <artifactId>maven-deploy-plugin</artifactId> |
| 71 | 75 | <configuration> |
| 72 | 76 | <skip>true</skip> | ... | ... |