Commit 5d990060a6cbd4a3f44d072f86733dde25a91c9f

Authored by Cleverson Sacramento
1 parent ca927fdf
Exists in master

Correção no build

documentation/quickstart/pom.xml
... ... @@ -52,4 +52,16 @@
52 52  
53 53 <name>Quickstart Documentation</name>
54 54 <description />
  55 +
  56 + <build>
  57 + <plugins>
  58 + <plugin>
  59 + <groupId>org.apache.maven.plugins</groupId>
  60 + <artifactId>maven-deploy-plugin</artifactId>
  61 + <configuration>
  62 + <skip>true</skip>
  63 + </configuration>
  64 + </plugin>
  65 + </plugins>
  66 + </build>
55 67 </project>
... ...
documentation/reference/pom.xml
... ... @@ -52,4 +52,16 @@
52 52  
53 53 <name>Reference Documentation</name>
54 54 <description />
  55 +
  56 + <build>
  57 + <plugins>
  58 + <plugin>
  59 + <groupId>org.apache.maven.plugins</groupId>
  60 + <artifactId>maven-deploy-plugin</artifactId>
  61 + <configuration>
  62 + <skip>true</skip>
  63 + </configuration>
  64 + </plugin>
  65 + </plugins>
  66 + </build>
55 67 </project>
... ...