Revision: 63
          http://mvn-infix.svn.sourceforge.net/mvn-infix/?rev=63&view=rev
Author:   bindul
Date:     2010-11-29 12:47:04 +0000 (Mon, 29 Nov 2010)

Log Message:
-----------
Weekend work:
1. Further refactoring for velocity
2. Build/plugin updates in parent
3. Site id change in piwik
4. Updated modello handling

Modified Paths:
--------------
    infix-parent/trunk/pom.xml

Modified: infix-parent/trunk/pom.xml
===================================================================
--- infix-parent/trunk/pom.xml  2010-11-29 06:31:44 UTC (rev 62)
+++ infix-parent/trunk/pom.xml  2010-11-29 12:47:04 UTC (rev 63)
@@ -258,6 +258,20 @@
                                                                
<groupId>org.apache.maven.plugins</groupId>
                                                                
<artifactId>maven-invoker-plugin</artifactId>
                                                        </plugin>
+                                                       <plugin>
+                                                               
<groupId>org.codehaus.mojo</groupId>
+                                                               
<artifactId>versions-maven-plugin</artifactId>
+                                                               
<version>1.2</version>
+                                                               <reportSets>
+                                                                       
<reportSet>
+                                                                               
<reports>
+                                                                               
        <report>dependency-updates-report</report>
+                                                                               
        <report>plugin-updates-report</report>
+                                                                               
        <report>property-updates-report</report>
+                                                                               
</reports>
+                                                                       
</reportSet>
+                                                               </reportSets>
+                                                       </plugin>
                                                </reportPlugins>
                                        </configuration>
                                </plugin>
@@ -298,6 +312,9 @@
                                        
<groupId>org.apache.maven.plugins</groupId>
                                        
<artifactId>maven-release-plugin</artifactId>
                                        <version>2.1</version>
+                                       <configuration>
+                                               <releaseProfiles>release 
infix-release</releaseProfiles>
+                                       </configuration>
                                </plugin>
                                <plugin>
                                        
<groupId>org.apache.maven.plugins</groupId>
@@ -437,6 +454,17 @@
                                </plugin>
                        </plugins>
                </pluginManagement>
+               <!-- The actual plugins for this POM -->
+               <plugins>
+                       <plugin>
+                               <groupId>org.apache.maven.plugins</groupId>
+                               <artifactId>maven-release-plugin</artifactId>
+                               <configuration>
+                                       <goals>deploy</goals>
+                                       <releaseProfiles>release 
infix-release</releaseProfiles>
+                               </configuration>
+                       </plugin>
+               </plugins>
        </build>
        <dependencyManagement>
                <dependencies>
@@ -561,7 +589,7 @@
                                                                                
        <message>Require Maven 3 and higher</message>
                                                                                
        <version>[3.0,)</version>
                                                                                
</requireMavenVersion>
-                                                                               
<DependencyConvergence />
+                                                                               
<DependencyConvergence/>
                                                                        </rules>
                                                                        
<fail>true</fail>
                                                                </configuration>
@@ -630,9 +658,6 @@
                                        </plugin>
                                </plugins>
                        </build>
-                       <properties>
-                               
<infix.release.profile>true</infix.release.profile>
-                       </properties>
                </profile>
        </profiles>
        <!-- Repositories and distribution on SF.net -->


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Increase Visibility of Your 3D Game App & Earn a Chance To Win $500!
Tap into the largest installed PC base & get more eyes on your game by
optimizing for Intel(R) Graphics Technology. Get started today with the
Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs.
http://p.sf.net/sfu/intelisp-dev2dev
_______________________________________________
mvn-Infix-commits mailing list
mvn-Infix-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mvn-infix-commits

Reply via email to