Commit 0936051b485d3a8151eb266e568c6eff9c48c2c7

Authored by Cleverson Sacramento
1 parent baab5f4d
Exists in master

Ajustes no deploy do site do projeto

Showing 1 changed file with 0 additions and 20 deletions   Show diff stats
pom.xml
... ... @@ -67,26 +67,6 @@
67 67 <plugins>
68 68 <plugin>
69 69 <groupId>org.apache.maven.plugins</groupId>
70   - <artifactId>maven-site-plugin</artifactId>
71   - <configuration>
72   - <skip>false</skip>
73   - <skipDeploy>false</skipDeploy>
74   - </configuration>
75   - </plugin>
76   - <plugin>
77   - <groupId>org.apache.maven.plugins</groupId>
78   - <artifactId>maven-release-plugin</artifactId>
79   - </plugin>
80   - <plugin>
81   - <groupId>org.apache.maven.plugins</groupId>
82   - <artifactId>maven-assembly-plugin</artifactId>
83   - </plugin>
84   - <plugin>
85   - <groupId>org.codehaus.mojo</groupId>
86   - <artifactId>wagon-maven-plugin</artifactId>
87   - </plugin>
88   - <plugin>
89   - <groupId>org.apache.maven.plugins</groupId>
90 70 <artifactId>maven-deploy-plugin</artifactId>
91 71 <configuration>
92 72 <skip>true</skip>
... ...