Commit 1fa59eb4c8e2f5160f2ea4ea8a279fdfa9ef1f57
1 parent
28b356a6
Exists in
master
Ajuestes no build
Showing
2 changed files
with
11 additions
and
2 deletions
Show diff stats
documentation/pom.xml
pom.xml
| ... | ... | @@ -40,6 +40,7 @@ |
| 40 | 40 | <modelVersion>4.0.0</modelVersion> |
| 41 | 41 | |
| 42 | 42 | <artifactId>demoiselle-framework-build</artifactId> |
| 43 | + <version>2.2.1-SNAPSHOT</version> | |
| 43 | 44 | <packaging>pom</packaging> |
| 44 | 45 | |
| 45 | 46 | <parent> |
| ... | ... | @@ -49,7 +50,7 @@ |
| 49 | 50 | <relativePath>../build/parent/build/pom.xml</relativePath> |
| 50 | 51 | </parent> |
| 51 | 52 | |
| 52 | - <name>Demoiselle Framework</name> | |
| 53 | + <name>Demoiselle Framework Build</name> | |
| 53 | 54 | <description> |
| 54 | 55 | A liberação de versões do framework deve ser feita a partir deste build, que fará automaticamente o build |
| 55 | 56 | de todos os artefatos com versionamento sincronizado. Jamais gere uma versão do framework sem utilizar este build. |
| ... | ... | @@ -66,9 +67,17 @@ |
| 66 | 67 | <plugins> |
| 67 | 68 | <plugin> |
| 68 | 69 | <groupId>org.apache.maven.plugins</groupId> |
| 70 | + <artifactId>maven-release-plugin</artifactId> | |
| 71 | + </plugin> | |
| 72 | + <plugin> | |
| 73 | + <groupId>org.apache.maven.plugins</groupId> | |
| 69 | 74 | <artifactId>maven-assembly-plugin</artifactId> |
| 70 | 75 | </plugin> |
| 71 | 76 | <plugin> |
| 77 | + <groupId>org.codehaus.mojo</groupId> | |
| 78 | + <artifactId>wagon-maven-plugin</artifactId> | |
| 79 | + </plugin> | |
| 80 | + <plugin> | |
| 72 | 81 | <groupId>org.apache.maven.plugins</groupId> |
| 73 | 82 | <artifactId>maven-deploy-plugin</artifactId> |
| 74 | 83 | <configuration> | ... | ... |