FYI

---------- Forwarded message ----------
From:  <[EMAIL PROTECTED]>
Date: Dec 4, 2007 11:16 PM
Subject: svn commit: r9544 - projects/pax/poms
To: [EMAIL PROTECTED]


Author: [EMAIL PROTECTED]
Date: Tue Dec  4 22:16:02 2007
New Revision: 9544

Log:
This is a build only pom that used for cascaded buidls and is not ment
to be used in released or used as parent pom for any project.
In this respect almost all content has ben removed.

Modified:
   projects/pax/poms/pom.xml

Modified: projects/pax/poms/pom.xml
==============================================================================
--- projects/pax/poms/pom.xml   (original)
+++ projects/pax/poms/pom.xml   Tue Dec  4 22:16:02 2007
@@ -1,96 +1,24 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd";>
+<project xmlns="http://maven.apache.org/POM/4.0.0";
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd";>
+
   <modelVersion>4.0.0</modelVersion>
-  <parent>
-    <groupId>org</groupId>
-    <artifactId>ops4j</artifactId>
-    <version>1.1</version>
-  </parent>
+
   <groupId>org.ops4j</groupId>
   <artifactId>pax</artifactId>
-  <name>OPS4J - Pax</name>
-  <packaging>pom</packaging>
   <version>1.10-SNAPSHOT</version>
-  <description>Pax is the umbrella project for all the OSGi efforts
at OPS4J. This is the parent POM of all Pax
sub-projects.</description>
+  <packaging>pom</packaging>
+
+  <name>OPS4J Pax - Poms</name>
+  <description>
+    This is a build only pom used for cascaded builds of the other poms.
+    This pom should not be released or used as a parent pom in projects.
+  </description>
+
   <modules>
     <module>master</module>
     <module>project</module>
   </modules>
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.ops4j.pax.maven</groupId>
-        <artifactId>maven-osgi-bundle</artifactId>
-        <version>0.9.6</version>
-        <extensions>true</extensions>
-      </plugin>
-      <plugin>
-        <artifactId>maven-site-plugin</artifactId>
-      </plugin>
-      <plugin>
-        <artifactId>maven-compiler-plugin</artifactId>
-        <configuration>
-          <source>1.5</source>
-          <target>1.5</target>
-        </configuration>
-      </plugin>
-      <plugin>
-        <artifactId>maven-release-plugin</artifactId>
-        <configuration>
-          <tagBase>https://scm.ops4j.org/repos/ops4j/qa/pax</tagBase>
-        </configuration>
-      </plugin>
-    </plugins>
-    <extensions>
-      <extension>
-        <groupId>org.apache.maven.wagon</groupId>
-        <artifactId>wagon-ssh-external</artifactId>
-        <version>1.0-alpha-6</version>
-      </extension>
-    </extensions>
-  </build>
-  <dependencies>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>4.1</version>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
-  <repositories>
-    <repository>
-      <id>ops4j-repository</id>
-      <name>The OPS4J Repository</name>
-      <url>http://repository.ops4j.org/maven2/</url>
-      <snapshots>
-        <enabled>false</enabled>
-      </snapshots>
-    </repository>
-  </repositories>
-  <reporting>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-javadoc-plugin</artifactId>
-        <configuration>
-          <minmemory>128m</minmemory>
-          <maxmemory>512</maxmemory>
-        </configuration>
-      </plugin>
-      <plugin>
-        <artifactId>maven-checkstyle-plugin</artifactId>
-      </plugin>
-      <plugin>
-        <artifactId>maven-pmd-plugin</artifactId>
-        <configuration>
-          <targetJdk>1.5</targetJdk>
-          <sourceEncoding>utf-8</sourceEncoding>
-          <minimumTokens>100</minimumTokens>
-        </configuration>
-      </plugin>
-      <plugin>
-        <artifactId>maven-project-info-reports-plugin</artifactId>
-      </plugin>
-    </plugins>
-  </reporting>
+
 </project>

_______________________________________________
notify mailing list
[EMAIL PROTECTED]
http://lists.ops4j.org/mailman/listinfo/notify

_______________________________________________
general mailing list
general@lists.ops4j.org
http://lists.ops4j.org/mailman/listinfo/general

Reply via email to