You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@clerezza.apache.org by re...@apache.org on 2013/03/13 13:49:59 UTC

svn commit: r1455914 - /clerezza/trunk/pom.xml

Author: reto
Date: Wed Mar 13 12:49:59 2013
New Revision: 1455914

URL: http://svn.apache.org/r1455914
Log:
CLEREZZA-743: removed pluginManagement

Modified:
    clerezza/trunk/pom.xml

Modified: clerezza/trunk/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/pom.xml?rev=1455914&r1=1455913&r2=1455914&view=diff
==============================================================================
--- clerezza/trunk/pom.xml (original)
+++ clerezza/trunk/pom.xml Wed Mar 13 12:49:59 2013
@@ -22,8 +22,7 @@
 	<parent>
 		<groupId>org.apache</groupId>
 		<artifactId>apache</artifactId>
-		<version>10</version>
-		<relativePath>../parent</relativePath>
+		<version>13</version>
 	</parent>
 	<groupId>org.apache.clerezza</groupId>
 	<artifactId>reactor</artifactId>
@@ -286,158 +285,6 @@
 		</profile>
 	</profiles>
 	<build>
-		<pluginManagement>
-			<plugins>
-				<plugin>
-					<groupId>org.apache.maven.plugins</groupId>
-					<artifactId>maven-assembly-plugin</artifactId>
-					<version>2.2.2</version>
-				</plugin>
-				<plugin>
-					<artifactId>maven-clean-plugin</artifactId>
-					<version>2.3</version>
-				</plugin>
-				<plugin>
-					<groupId>org.apache.maven.plugins</groupId>
-					<artifactId>maven-install-plugin</artifactId>
-					<version>2.3</version>
-				</plugin>
-				<plugin>
-					<groupId>org.apache.maven.plugins</groupId>
-					<artifactId>maven-resources-plugin</artifactId>
-					<version>2.4.1</version>
-					<configuration>
-						<encoding>utf-8</encoding>
-					</configuration>
-				</plugin>
-				<plugin>
-					<groupId>org.apache.maven.plugins</groupId>
-					<artifactId>maven-site-plugin</artifactId>
-					<version>2.2</version>
-				</plugin>
-				<plugin>
-					<groupId>org.apache.maven.plugins</groupId>
-					<artifactId>maven-surefire-plugin</artifactId>
-					<version>2.4.3</version>
-				</plugin>
-				<plugin>
-					<groupId>org.codehaus.xsite</groupId>
-					<artifactId>xsite-maven-plugin</artifactId>
-					<version>1.1.1</version>
-					<dependencies>
-						<dependency>
-							<groupId>com.thoughtworks.xstream</groupId>
-							<artifactId>xstream</artifactId>
-							<version>1.3.1</version>
-						</dependency>
-					</dependencies>
-				</plugin>
-				<plugin>
-					<groupId>org.apache.clerezza</groupId>
-					<artifactId>maven-ontologies-plugin</artifactId>
-					<version>0.4-SNAPSHOT</version>
-				</plugin>
-				<plugin>
-					<groupId>org.apache.clerezza</groupId>
-					<artifactId>maven-pladoc-plugin.core</artifactId>
-					<version>0.4-SNAPSHOT</version>
-				</plugin>
-				<plugin>
-					<groupId>org.ops4j.pax.exam</groupId>
-					<artifactId>maven-paxexam-plugin</artifactId>
-					<version>1.2.1</version>
-					<executions>
-						<execution>
-							<id>generate-depends-file</id>
-							<goals>
-								<goal>generate-depends-file</goal>
-							</goals>
-						</execution>
-						<execution>
-							<id>generate-config</id>
-							<goals>
-								<goal>generate-config</goal>
-							</goals>
-						</execution>
-					</executions>
-				</plugin>
-				<plugin>
-					<groupId>org.scala-tools</groupId>
-					<artifactId>maven-scala-plugin</artifactId>
-					<version>2.9.1</version>
-					<executions>
-						<execution>
-							<goals>
-								<goal>compile</goal>
-								<goal>testCompile</goal>
-							</goals>
-						</execution>
-					</executions>
-				</plugin>
-				<plugin>
-					<groupId>net.sf.alchim</groupId>
-					<artifactId>yuicompressor-maven-plugin</artifactId>
-					<version>0.7.1</version>
-					<executions>
-						<execution>
-							<goals>
-								<goal>compress</goal>
-							</goals>
-						</execution>
-					</executions>
-					<configuration>
-						<!-- actually anything but js and css, this is awkward.
-						plugin developer contacted -->
-						<excludes>
-							<exclude>
-								**/*.jar
-							</exclude>
-							<exclude>
-								**/*.txt
-							</exclude>
-							<exclude>
-								**/*.properties
-							</exclude>
-							<exclude>
-								**/*.xml
-							</exclude>
-						</excludes>
-						<nosuffix>true</nosuffix>
-					</configuration>
-				</plugin>
-				<!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
-				<plugin>
-					<groupId>org.eclipse.m2e</groupId>
-					<artifactId>lifecycle-mapping</artifactId>
-					<version>1.0.0</version>
-					<configuration>
-						<lifecycleMappingMetadata>
-							<pluginExecutions>
-								<pluginExecution>
-									<pluginExecutionFilter>
-										<groupId>
-											org.apache.felix
-										</groupId>
-										<artifactId>
-											maven-scr-plugin
-										</artifactId>
-										<versionRange>
-											[1.7.0,)
-										</versionRange>
-										<goals>
-											<goal>scr</goal>
-										</goals>
-									</pluginExecutionFilter>
-									<action>
-										<ignore/>
-									</action>
-								</pluginExecution>
-							</pluginExecutions>
-						</lifecycleMappingMetadata>
-					</configuration>
-				</plugin>
-			</plugins>
-		</pluginManagement>
 		<plugins>
 			<plugin>
 				<groupId>org.apache.maven.plugins</groupId>