You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by im...@apache.org on 2007/10/03 17:27:01 UTC

svn commit: r581628 - in /myfaces/orchestra/trunk: core/pom.xml core15/pom.xml examples/pom.xml maven/ maven/pom.xml pom.xml sandbox/pom.xml

Author: imario
Date: Wed Oct  3 08:27:00 2007
New Revision: 581628

URL: http://svn.apache.org/viewvc?rev=581628&view=rev
Log:
bring the maven stuff into a releasable structure

Added:
    myfaces/orchestra/trunk/maven/
    myfaces/orchestra/trunk/maven/pom.xml
      - copied, changed from r581613, myfaces/orchestra/trunk/pom.xml
Modified:
    myfaces/orchestra/trunk/core/pom.xml
    myfaces/orchestra/trunk/core15/pom.xml
    myfaces/orchestra/trunk/examples/pom.xml
    myfaces/orchestra/trunk/pom.xml
    myfaces/orchestra/trunk/sandbox/pom.xml

Modified: myfaces/orchestra/trunk/core/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/orchestra/trunk/core/pom.xml?rev=581628&r1=581627&r2=581628&view=diff
==============================================================================
--- myfaces/orchestra/trunk/core/pom.xml (original)
+++ myfaces/orchestra/trunk/core/pom.xml Wed Oct  3 08:27:00 2007
@@ -28,7 +28,7 @@
 
 	<parent>
 		<groupId>org.apache.myfaces.orchestra</groupId>
-		<artifactId>myfaces-orchestra-project</artifactId>
+		<artifactId>myfaces-orchestra-maven</artifactId>
 		<version>1.0-SNAPSHOT</version>
 	</parent>
 

Modified: myfaces/orchestra/trunk/core15/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/orchestra/trunk/core15/pom.xml?rev=581628&r1=581627&r2=581628&view=diff
==============================================================================
--- myfaces/orchestra/trunk/core15/pom.xml (original)
+++ myfaces/orchestra/trunk/core15/pom.xml Wed Oct  3 08:27:00 2007
@@ -28,7 +28,7 @@
 
 	<parent>
 		<groupId>org.apache.myfaces.orchestra</groupId>
-		<artifactId>myfaces-orchestra-project</artifactId>
+		<artifactId>myfaces-orchestra-maven</artifactId>
 		<version>1.0-SNAPSHOT</version>
 	</parent>
 

Modified: myfaces/orchestra/trunk/examples/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/orchestra/trunk/examples/pom.xml?rev=581628&r1=581627&r2=581628&view=diff
==============================================================================
--- myfaces/orchestra/trunk/examples/pom.xml (original)
+++ myfaces/orchestra/trunk/examples/pom.xml Wed Oct  3 08:27:00 2007
@@ -27,7 +27,7 @@
 
 	<parent>
 		<groupId>org.apache.myfaces.orchestra</groupId>
-		<artifactId>myfaces-orchestra-project</artifactId>
+		<artifactId>myfaces-orchestra-maven</artifactId>
 		<version>1.0-SNAPSHOT</version>
 	</parent>
 

Copied: myfaces/orchestra/trunk/maven/pom.xml (from r581613, myfaces/orchestra/trunk/pom.xml)
URL: http://svn.apache.org/viewvc/myfaces/orchestra/trunk/maven/pom.xml?p2=myfaces/orchestra/trunk/maven/pom.xml&p1=myfaces/orchestra/trunk/pom.xml&r1=581613&r2=581628&rev=581628&view=diff
==============================================================================
--- myfaces/orchestra/trunk/pom.xml (original)
+++ myfaces/orchestra/trunk/maven/pom.xml Wed Oct  3 08:27:00 2007
@@ -10,7 +10,7 @@
 	</parent>
 
 	<groupId>org.apache.myfaces.orchestra</groupId>
-	<artifactId>myfaces-orchestra-project</artifactId>
+	<artifactId>myfaces-orchestra-maven</artifactId>
 	<packaging>pom</packaging>
 	<name>MyFaces Orchestra Project</name>
 	<url>http://myfaces.apache.org/orchestra</url>
@@ -154,13 +154,6 @@
 		</repository>
 
 	</repositories>
-
-	<modules>
-		<module>core</module>
-		<module>core15</module>
-		<module>sandbox</module>
-		<module>examples</module>
-	</modules>
 
 	<build>
 		<plugins>

Modified: myfaces/orchestra/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/orchestra/trunk/pom.xml?rev=581628&r1=581627&r2=581628&view=diff
==============================================================================
--- myfaces/orchestra/trunk/pom.xml (original)
+++ myfaces/orchestra/trunk/pom.xml Wed Oct  3 08:27:00 2007
@@ -17,209 +17,12 @@
 	<version>1.0-SNAPSHOT</version>
 	<description>Apache MyFaces Orchestra is a sub-project of Apache MyFaces</description>
 
-	<developers>
-		<developer>
-			<id>imario</id>
-			<name>Mario Ivankovits</name>
-			<email>imario@apache.org</email>
-			<organization>OPS EDV GmbH</organization>
-			<organizationUrl>http://www.ops.co.at</organizationUrl>
-			<timezone>+1</timezone>
-		</developer>
-		<developer>
-			<id>mmarinschek</id>
-			<name>Martin Marinschek</name>
-			<email>mmarinschek@apache.org</email>
-			<organization>IRIAN.at, Austria</organization>
-			<organizationUrl>http://www.irian.at</organizationUrl>
-			<timezone>+1</timezone>
-		</developer>
-		<developer>
-			<id>manolito</id>
-			<name>Manfred Geiler</name>
-			<email>manolito@apache.org</email>
-			<organization>IRIAN.at, Austria</organization>
-			<organizationUrl>http://www.irian.at</organizationUrl>
-			<timezone>+1</timezone>
-		</developer>
-		<developer>
-			<id>werpu</id>
-			<name>Werner Punz</name>
-			<email>werpu@apache.org</email>
-			<organization>Media Data GmbH, Austria</organization>
-			<timezone>+1</timezone>
-		</developer>
-		<developer>
-			<id>skitching</id>
-			<name>Simon Kitching</name>
-			<email>skitching@apache.org</email>
-		</developer>
-	</developers>
-
-	<contributors>
-		<contributor>
-			<name>Dan Tran</name>
-		</contributor>
-	</contributors>
-
-	<scm>
-		<connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/orchestra/trunk</connection>
-		<developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/orchestra/trunk</developerConnection>
-		<url>http://svn.apache.org/viewcvs.cgi/myfaces/orchestra/trunk</url>
-	</scm>
-
-	<issueManagement>
-		<system>jira</system>
-		<url>http://issues.apache.org/jira/browse/ORCHESTRA</url>
-	</issueManagement>
-
-	<dependencyManagement>
-		<dependencies>
-
-			<dependency>
-				<groupId>org.apache.myfaces.orchestra</groupId>
-				<artifactId>myfaces-orchestra-core</artifactId>
-				<version>${project.version}</version>
-			</dependency>
-
-			<dependency>
-				<groupId>org.apache.myfaces.orchestra</groupId>
-				<artifactId>myfaces-orchestra-core15</artifactId>
-				<version>${project.version}</version>
-			</dependency>
-
-			<dependency>
-				<groupId>org.apache.myfaces.core</groupId>
-				<artifactId>myfaces-api</artifactId>
-				<version>${myfaces.version}</version>
-			</dependency>
-
-			<dependency>
-				<groupId>org.apache.myfaces.core</groupId>
-				<artifactId>myfaces-impl</artifactId>
-				<version>${myfaces.version}</version>
-			</dependency>
-
-			<dependency>
-				<groupId>org.apache.myfaces.core</groupId>
-				<artifactId>myfaces-impl</artifactId>
-				<version>${myfaces.version}</version>
-			</dependency>
-
-			<dependency>
-				<groupId>org.apache.myfaces.shared</groupId>
-				<artifactId>myfaces-shared-orchestra</artifactId>
-				<version>${myfaces-orchestra-shared.version}</version>
-			</dependency>
-		</dependencies>
-	</dependencyManagement>
-
-	<distributionManagement>
-		<site>
-			<id>apache-site</id>
-			<name>Apache Website</name>
-			<url>scpexe://minotaur.apache.org/www/myfaces.apache.org/orchestra</url>
-		</site>
-	</distributionManagement>
-
-
-	<repositories>
-		<repository>
-			<id>apache-maven-snapshots</id>
-			<url>http://people.apache.org/repo/m2-snapshot-repository</url>
-			<releases>
-				<enabled>false</enabled>
-			</releases>
-			<snapshots>
-				<enabled>true</enabled>
-			</snapshots>
-		</repository>
-
-		<repository>
-			<id>myfaces-staging</id>
-			<url>http://people.apache.org/builds/myfaces/m2-staging-repository</url>
-			<releases>
-				<enabled>false</enabled>
-				<!-- Enable to test a MyFaces core release candidate with MyFaces Orchestra -->
-			</releases>
-			<snapshots>
-				<enabled>false</enabled>
-			</snapshots>
-		</repository>
-
-		<repository>
-			<id>java-net</id>
-			<url>http://download.java.net/maven/1</url>
-			<layout>legacy</layout>
-		</repository>
-
-	</repositories>
-
 	<modules>
+		<module>maven</module>
 		<module>core</module>
 		<module>core15</module>
 		<module>sandbox</module>
 		<module>examples</module>
 	</modules>
-
-	<build>
-		<plugins>
-			<plugin>
-				<artifactId>maven-source-plugin</artifactId>
-				<executions>
-					<execution>
-						<id>attach-source</id>
-						<goals>
-							<goal>jar</goal>
-						</goals>
-					</execution>
-				</executions>
-			</plugin>
-			<plugin>
-				<artifactId>maven-remote-resources-plugin</artifactId>
-				<version>1.0-alpha-5</version>
-				<executions>
-					<execution>
-						<goals>
-							<goal>process</goal>
-						</goals>
-						<configuration>
-							<resourceBundles>
-								<resourceBundle>org.apache:apache-jar-resource-bundle:1.1</resourceBundle>
-							</resourceBundles>
-							<properties>
-								<addLicense>true</addLicense>
-							</properties>
-						</configuration>
-					</execution>
-				</executions>
-			</plugin>
-			<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
-				<artifactId>maven-gpg-plugin</artifactId>
-				<executions>
-					<execution>
-						<id>sign-artifacts</id>
-						<phase>verify</phase>
-						<goals>
-							<goal>sign</goal>
-						</goals>
-						<configuration>
-							<!-- activate for the release - is this somehow automatically possible -->
-							<skip>true</skip>
-							<useAgent>true</useAgent>
-						</configuration>
-					</execution>
-				</executions>
-			</plugin>
-		</plugins>
-	</build>
-
-	<properties>
-		<!-- ensure to not to point to a snapshot version during release -->
-		<myfaces.version>1.2.0</myfaces.version>
-		<tomahawk.version>1.1.6</tomahawk.version>
-		<myfaces-orchestra-shared.version>2.0.7</myfaces-orchestra-shared.version>
-	</properties>
 
 </project>

Modified: myfaces/orchestra/trunk/sandbox/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/orchestra/trunk/sandbox/pom.xml?rev=581628&r1=581627&r2=581628&view=diff
==============================================================================
--- myfaces/orchestra/trunk/sandbox/pom.xml (original)
+++ myfaces/orchestra/trunk/sandbox/pom.xml Wed Oct  3 08:27:00 2007
@@ -28,7 +28,7 @@
 
 	<parent>
 		<groupId>org.apache.myfaces.orchestra</groupId>
-		<artifactId>myfaces-orchestra-project</artifactId>
+		<artifactId>myfaces-orchestra-maven</artifactId>
 		<version>1.0-SNAPSHOT</version>
 	</parent>