Commit aeb57321542de0e0c88a9544c631492bc4b73a53

Authored by Cleverson Sacramento
1 parent 849ac2bb
Exists in master

Ajustes no build para possibilitar o site-deploy

archetype/pom.xml
@@ -75,13 +75,15 @@ @@ -75,13 +75,15 @@
75 <distributionManagement> 75 <distributionManagement>
76 <repository> 76 <repository>
77 <id /> 77 <id />
78 - <name />  
79 <url /> 78 <url />
80 </repository> 79 </repository>
81 <snapshotRepository> 80 <snapshotRepository>
82 <id /> 81 <id />
83 - <name />  
84 <url /> 82 <url />
85 </snapshotRepository> 83 </snapshotRepository>
  84 + <site>
  85 + <id />
  86 + <url>file://${project.build.directory}/tmp</url>
  87 + </site>
86 </distributionManagement> 88 </distributionManagement>
87 </project> 89 </project>
documentation/pom.xml
@@ -75,13 +75,15 @@ @@ -75,13 +75,15 @@
75 <distributionManagement> 75 <distributionManagement>
76 <repository> 76 <repository>
77 <id /> 77 <id />
78 - <name />  
79 <url /> 78 <url />
80 </repository> 79 </repository>
81 <snapshotRepository> 80 <snapshotRepository>
82 <id /> 81 <id />
83 - <name />  
84 <url /> 82 <url />
85 </snapshotRepository> 83 </snapshotRepository>
  84 + <site>
  85 + <id />
  86 + <url>file://${project.build.directory}/tmp</url>
  87 + </site>
86 </distributionManagement> 88 </distributionManagement>
87 </project> 89 </project>
impl/extension/pom.xml
@@ -76,13 +76,15 @@ @@ -76,13 +76,15 @@
76 <distributionManagement> 76 <distributionManagement>
77 <repository> 77 <repository>
78 <id /> 78 <id />
79 - <name />  
80 <url /> 79 <url />
81 </repository> 80 </repository>
82 <snapshotRepository> 81 <snapshotRepository>
83 <id /> 82 <id />
84 - <name />  
85 <url /> 83 <url />
86 </snapshotRepository> 84 </snapshotRepository>
  85 + <site>
  86 + <id />
  87 + <url>file://${project.build.directory}/tmp</url>
  88 + </site>
87 </distributionManagement> 89 </distributionManagement>
88 </project> 90 </project>
@@ -74,13 +74,15 @@ @@ -74,13 +74,15 @@
74 <distributionManagement> 74 <distributionManagement>
75 <repository> 75 <repository>
76 <id /> 76 <id />
77 - <name />  
78 <url /> 77 <url />
79 </repository> 78 </repository>
80 <snapshotRepository> 79 <snapshotRepository>
81 <id /> 80 <id />
82 - <name />  
83 <url /> 81 <url />
84 </snapshotRepository> 82 </snapshotRepository>
  83 + <site>
  84 + <id />
  85 + <url>file://${project.build.directory}/tmp</url>
  86 + </site>
85 </distributionManagement> 87 </distributionManagement>
86 </project> 88 </project>
parent/pom.xml
@@ -80,13 +80,15 @@ @@ -80,13 +80,15 @@
80 <distributionManagement> 80 <distributionManagement>
81 <repository> 81 <repository>
82 <id /> 82 <id />
83 - <name />  
84 <url /> 83 <url />
85 </repository> 84 </repository>
86 <snapshotRepository> 85 <snapshotRepository>
87 <id /> 86 <id />
88 - <name />  
89 <url /> 87 <url />
90 </snapshotRepository> 88 </snapshotRepository>
  89 + <site>
  90 + <id />
  91 + <url>file://${project.build.directory}/tmp</url>
  92 + </site>
91 </distributionManagement> 93 </distributionManagement>
92 </project> 94 </project>