Commit 3de21474871408df51bd1f78e34043e0c7b5bfb0

Authored by Cleverson Sacramento
1 parent 0e8dc474
Exists in master

Ajustes no parent para corrigir o erro no deploy do site

documentation/quickstart/pom.xml
@@ -45,7 +45,7 @@ @@ -45,7 +45,7 @@
45 <parent> 45 <parent>
46 <groupId>br.gov.frameworkdemoiselle</groupId> 46 <groupId>br.gov.frameworkdemoiselle</groupId>
47 <artifactId>demoiselle-documentation-parent</artifactId> 47 <artifactId>demoiselle-documentation-parent</artifactId>
48 - <version>3</version> 48 + <version>4-SNAPSHOT</version>
49 <relativePath>../../../internal/parent/documentation</relativePath> 49 <relativePath>../../../internal/parent/documentation</relativePath>
50 </parent> 50 </parent>
51 51
@@ -87,28 +87,9 @@ @@ -87,28 +87,9 @@
87 <enabled>true</enabled> 87 <enabled>true</enabled>
88 </releases> 88 </releases>
89 </repository> 89 </repository>
90 - <repository>  
91 - <id>nexus.jboss.org</id>  
92 - <name>JBoss Maven Repository</name>  
93 - <url>http://repository.jboss.org/nexus/content/groups/public</url>  
94 - <snapshots>  
95 - <enabled>false</enabled>  
96 - </snapshots>  
97 - <releases>  
98 - <enabled>true</enabled>  
99 - </releases>  
100 - </repository>  
101 </repositories> 90 </repositories>
102 91
103 - <distributionManagement>  
104 - <site>  
105 - <id>demoiselle.sourceforge.net</id>  
106 - <url>${site.url}</url>  
107 - </site>  
108 - </distributionManagement>  
109 -  
110 <properties> 92 <properties>
111 <project.context>framework/quickstart</project.context> 93 <project.context>framework/quickstart</project.context>
112 - <site.url>file://${project.build.directory}/tmp</site.url>  
113 </properties> 94 </properties>
114 </project> 95 </project>
documentation/reference/pom.xml
@@ -45,12 +45,14 @@ @@ -45,12 +45,14 @@
45 <parent> 45 <parent>
46 <groupId>br.gov.frameworkdemoiselle</groupId> 46 <groupId>br.gov.frameworkdemoiselle</groupId>
47 <artifactId>demoiselle-documentation-parent</artifactId> 47 <artifactId>demoiselle-documentation-parent</artifactId>
48 - <version>3</version> 48 + <version>4-SNAPSHOT</version>
49 <relativePath>../../../internal/parent/documentation</relativePath> 49 <relativePath>../../../internal/parent/documentation</relativePath>
50 </parent> 50 </parent>
51 51
52 <name>Demoiselle Framework Reference Documentation</name> 52 <name>Demoiselle Framework Reference Documentation</name>
53 - <description /> 53 + <description>
  54 + Demoiselle Framework Reference Documentation
  55 + </description>
54 56
55 <build> 57 <build>
56 <plugins> 58 <plugins>
@@ -87,17 +89,6 @@ @@ -87,17 +89,6 @@
87 <enabled>true</enabled> 89 <enabled>true</enabled>
88 </releases> 90 </releases>
89 </repository> 91 </repository>
90 - <repository>  
91 - <id>nexus.jboss.org</id>  
92 - <name>JBoss Maven Repository</name>  
93 - <url>http://repository.jboss.org/nexus/content/groups/public</url>  
94 - <snapshots>  
95 - <enabled>false</enabled>  
96 - </snapshots>  
97 - <releases>  
98 - <enabled>true</enabled>  
99 - </releases>  
100 - </repository>  
101 </repositories> 92 </repositories>
102 93
103 <distributionManagement> 94 <distributionManagement>
parent/framework/pom.xml
@@ -45,7 +45,7 @@ @@ -45,7 +45,7 @@
45 <parent> 45 <parent>
46 <groupId>br.gov.frameworkdemoiselle</groupId> 46 <groupId>br.gov.frameworkdemoiselle</groupId>
47 <artifactId>demoiselle-parent</artifactId> 47 <artifactId>demoiselle-parent</artifactId>
48 - <version>6</version> 48 + <version>7-SNAPSHOT</version>
49 <relativePath>../../../internal/parent/demoiselle</relativePath> 49 <relativePath>../../../internal/parent/demoiselle</relativePath>
50 </parent> 50 </parent>
51 51
@@ -92,15 +92,4 @@ @@ -92,15 +92,4 @@
92 </releases> 92 </releases>
93 </repository> 93 </repository>
94 </repositories> 94 </repositories>
95 -  
96 - <distributionManagement>  
97 - <site>  
98 - <id>demoiselle.sourceforge.net</id>  
99 - <url>${site.url}</url>  
100 - </site>  
101 - </distributionManagement>  
102 -  
103 - <properties>  
104 - <site.url>file://${project.build.directory}/tmp</site.url>  
105 - </properties>  
106 </project> 95 </project>
@@ -45,7 +45,7 @@ @@ -45,7 +45,7 @@
45 <parent> 45 <parent>
46 <groupId>br.gov.frameworkdemoiselle</groupId> 46 <groupId>br.gov.frameworkdemoiselle</groupId>
47 <artifactId>demoiselle-build-parent</artifactId> 47 <artifactId>demoiselle-build-parent</artifactId>
48 - <version>2</version> 48 + <version>3-SNAPSHOT</version>
49 <relativePath>../internal/parent/build/demoiselle</relativePath> 49 <relativePath>../internal/parent/build/demoiselle</relativePath>
50 </parent> 50 </parent>
51 51