Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Commit

Permalink
site publication configuration simplification
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/maven/shared/trunk@1556034 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
hboutemy committed Jan 6, 2014
1 parent dc0c92b commit 6153880
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions maven-shared-components/pom.xml
Expand Up @@ -117,13 +117,6 @@ under the License.
<tagBase>https://svn.apache.org/repos/asf/maven/shared/tags</tagBase> <tagBase>https://svn.apache.org/repos/asf/maven/shared/tags</tagBase>
</configuration> </configuration>
</plugin> </plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<configuration>
<skipDeploy>true</skipDeploy><!-- don't deploy site with maven-site-plugin -->
</configuration>
</plugin>
</plugins> </plugins>
</pluginManagement> </pluginManagement>
<plugins> <plugins>
Expand All @@ -133,15 +126,6 @@ under the License.
<configuration> <configuration>
<content>${project.reporting.outputDirectory}</content> <content>${project.reporting.outputDirectory}</content>
</configuration> </configuration>
<executions>
<execution>
<id>scm-publish</id>
<phase>site-deploy</phase><!-- deploy site with maven-scm-publish-plugin -->
<goals>
<goal>publish-scm</goal>
</goals>
</execution>
</executions>
</plugin> </plugin>
</plugins> </plugins>
</build> </build>
Expand Down

0 comments on commit 6153880

Please sign in to comment.