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
| @@ -48,7 +48,7 @@ | @@ -48,7 +48,7 @@ | ||
| 48 | <relativePath>../parent/framework/pom.xml</relativePath> | 48 | <relativePath>../parent/framework/pom.xml</relativePath> |
| 49 | </parent> | 49 | </parent> |
| 50 | 50 | ||
| 51 | - <name>Documentation Build Aggregator</name> | 51 | + <name>Demoiselle Framework Documentation Build Aggregator</name> |
| 52 | <description> | 52 | <description> |
| 53 | </description> | 53 | </description> |
| 54 | 54 |
pom.xml
| @@ -40,6 +40,7 @@ | @@ -40,6 +40,7 @@ | ||
| 40 | <modelVersion>4.0.0</modelVersion> | 40 | <modelVersion>4.0.0</modelVersion> |
| 41 | 41 | ||
| 42 | <artifactId>demoiselle-framework-build</artifactId> | 42 | <artifactId>demoiselle-framework-build</artifactId> |
| 43 | + <version>2.2.1-SNAPSHOT</version> | ||
| 43 | <packaging>pom</packaging> | 44 | <packaging>pom</packaging> |
| 44 | 45 | ||
| 45 | <parent> | 46 | <parent> |
| @@ -49,7 +50,7 @@ | @@ -49,7 +50,7 @@ | ||
| 49 | <relativePath>../build/parent/build/pom.xml</relativePath> | 50 | <relativePath>../build/parent/build/pom.xml</relativePath> |
| 50 | </parent> | 51 | </parent> |
| 51 | 52 | ||
| 52 | - <name>Demoiselle Framework</name> | 53 | + <name>Demoiselle Framework Build</name> |
| 53 | <description> | 54 | <description> |
| 54 | A liberação de versões do framework deve ser feita a partir deste build, que fará automaticamente o build | 55 | A liberação de versões do framework deve ser feita a partir deste build, que fará automaticamente o build |
| 55 | de todos os artefatos com versionamento sincronizado. Jamais gere uma versão do framework sem utilizar este build. | 56 | de todos os artefatos com versionamento sincronizado. Jamais gere uma versão do framework sem utilizar este build. |
| @@ -66,9 +67,17 @@ | @@ -66,9 +67,17 @@ | ||
| 66 | <plugins> | 67 | <plugins> |
| 67 | <plugin> | 68 | <plugin> |
| 68 | <groupId>org.apache.maven.plugins</groupId> | 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 | <artifactId>maven-assembly-plugin</artifactId> | 74 | <artifactId>maven-assembly-plugin</artifactId> |
| 70 | </plugin> | 75 | </plugin> |
| 71 | <plugin> | 76 | <plugin> |
| 77 | + <groupId>org.codehaus.mojo</groupId> | ||
| 78 | + <artifactId>wagon-maven-plugin</artifactId> | ||
| 79 | + </plugin> | ||
| 80 | + <plugin> | ||
| 72 | <groupId>org.apache.maven.plugins</groupId> | 81 | <groupId>org.apache.maven.plugins</groupId> |
| 73 | <artifactId>maven-deploy-plugin</artifactId> | 82 | <artifactId>maven-deploy-plugin</artifactId> |
| 74 | <configuration> | 83 | <configuration> |