Revision: 1456
Author: mcculls
Date: Fri Dec 10 07:52:38 2010
Log: Cleanup pom - lock deploy plugin to 2.5 and remove extra
source/javadoc profile as they are already enabled when building with
-DperformRelease
http://code.google.com/p/google-guice/source/detail?r=1456
Modified:
/trunk/pom.xml
=======================================
--- /trunk/pom.xml Fri Dec 10 07:28:53 2010
+++ /trunk/pom.xml Fri Dec 10 07:52:38 2010
@@ -329,6 +329,10 @@
<autoVersionSubmodules>true</autoVersionSubmodules>
</configuration>
</plugin>
+ <plugin>
+ <artifactId>maven-deploy-plugin</artifactId>
+ <version>2.5</version>
+ </plugin>
</plugins>
</pluginManagement>
</build>
@@ -336,38 +340,6 @@
<profiles>
<profile>
<!--
- | Release profile: capture source and javadoc
- -->
- <id>release-sign-artifacts</id>
- <build>
- <plugins>
- <plugin>
- <artifactId>maven-source-plugin</artifactId>
- <executions>
- <execution>
- <id>attach-sources</id>
- <goals>
- <goal>jar</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- <plugin>
- <artifactId>maven-javadoc-plugin</artifactId>
- <executions>
- <execution>
- <id>attach-javadocs</id>
- <goals>
- <goal>jar</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
- </profile>
- <profile>
- <!--
| Deployment profile for the Sonatype Grid
-->
<id>sonatype-grid</id>
--
You received this message because you are subscribed to the Google Groups
"google-guice-dev" group.
To post to this group, send email to google-guice-...@googlegroups.com.
To unsubscribe from this group, send email to
google-guice-dev+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/google-guice-dev?hl=en.