[jboss-svn-commits] JBL Code SVN: r26626 - in labs/jbosslabs/labs-3.0-build/integration: cs-nfm and 4 other directories.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Wed May 20 03:19:31 EDT 2009


Author: lkrzyzanek
Date: 2009-05-20 03:19:30 -0400 (Wed, 20 May 2009)
New Revision: 26626

Added:
   labs/jbosslabs/labs-3.0-build/integration/cs-nfm/
   labs/jbosslabs/labs-3.0-build/integration/cs-nfm/branches/
   labs/jbosslabs/labs-3.0-build/integration/cs-nfm/tags/
   labs/jbosslabs/labs-3.0-build/integration/cs-nfm/trunk/
   labs/jbosslabs/labs-3.0-build/integration/cs-nfm/trunk/pom.xml
   labs/jbosslabs/labs-3.0-build/integration/cs-nfm/trunk/src/
   labs/jbosslabs/labs-3.0-build/integration/cs-nfm/trunk/src/changes/
   labs/jbosslabs/labs-3.0-build/integration/cs-nfm/trunk/src/changes/changes.xml
   labs/jbosslabs/labs-3.0-build/integration/cs-nfm/trunk/src/main/
   labs/jbosslabs/labs-3.0-build/integration/cs-nfm/trunk/src/main/java/
   labs/jbosslabs/labs-3.0-build/integration/cs-nfm/trunk/src/main/resources/
   labs/jbosslabs/labs-3.0-build/integration/cs-nfm/trunk/src/main/web/
   labs/jbosslabs/labs-3.0-build/integration/cs-nfm/trunk/src/test/
Log:
Initial directory structure

Added: labs/jbosslabs/labs-3.0-build/integration/cs-nfm/trunk/pom.xml
===================================================================
--- labs/jbosslabs/labs-3.0-build/integration/cs-nfm/trunk/pom.xml	                        (rev 0)
+++ labs/jbosslabs/labs-3.0-build/integration/cs-nfm/trunk/pom.xml	2009-05-20 07:19:30 UTC (rev 26626)
@@ -0,0 +1,132 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.jboss.labs.clearspace.plugin</groupId>
+  <artifactId>human-friendly-urls</artifactId>
+  <name>Clearspace plugin: Human friendly URLs</name>
+  <description>Plugin offers human friendly URLs in Clearspace</description>
+  <version>1.1.0</version>
+
+  <parent>
+    <groupId>org.jboss.labs</groupId>
+    <artifactId>integration</artifactId>
+    <version>1.0-SNAPSHOT</version>
+    <relativePath>../../pom.xml</relativePath>
+  </parent>
+
+  <build>
+    <plugins>
+      <plugin>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <configuration>
+          <source>1.5</source>
+          <target>1.5</target>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>com.jivesoftware.maven</groupId>
+        <artifactId>maven-clearspace-plugin-packager</artifactId>
+        <executions>
+          <execution>
+            <goals>
+              <goal>package-plugin</goal>
+            </goals>
+            <phase>package</phase>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-jar-plugin</artifactId>
+        <configuration>
+          <finalName>tmp-classes</finalName>
+        </configuration>
+      </plugin>
+      <plugin>
+        <artifactId>maven-antrun-plugin</artifactId>
+        <version>1.1</version>
+        <executions>
+          <execution>
+            <id>rename-exploded</id>
+            <goals>
+              <goal>run</goal>
+            </goals>
+            <phase>package</phase>
+            <configuration>
+              <tasks>
+                <delete>
+                  <fileset dir="target" includes="tmp-classes*" />
+                </delete>
+              </tasks>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+
+  <dependencies>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>4.4</version>
+      <scope>test</scope>
+    </dependency>
+
+    <dependency>
+      <groupId>com.jivesoftware</groupId>
+      <artifactId>clearspace-all</artifactId>
+      <version>2.5.0.rc</version>
+      <type>pom</type>
+      <scope>provided</scope>
+    </dependency>
+  </dependencies>
+
+  <pluginRepositories>
+    <pluginRepository>
+      <id>jive.ext.central</id>
+      <name>Jive Repository</name>
+      <url>http://maven.jivesoftware.com/archiva/repository/jive.internal/</url>
+    </pluginRepository>
+    <pluginRepository>
+      <id>jive.ext.snapshots</id>
+      <name>Jive Snapshot Repository</name>
+      <url>http://maven.jivesoftware.com/archiva/repository/jive.snapshots/</url>
+    </pluginRepository>
+  </pluginRepositories>
+  <repositories>
+    <repository>
+      <id>jive.ext.central</id>
+      <name>Jive Repository</name>
+      <url>http://maven.jivesoftware.com/archiva/repository/jive.internal/</url>
+    </repository>
+    <repository>
+      <id>jive.ext.snapshots</id>
+      <name>Jive Snapshot Repository</name>
+      <url>http://maven.jivesoftware.com/archiva/repository/jive.snapshots/</url>
+    </repository>
+  </repositories>
+
+  <reporting>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-changes-plugin</artifactId>
+        <reportSets>
+          <reportSet>
+            <reports>
+              <report>changes-report</report>
+            </reports>
+          </reportSet>
+        </reportSets>
+      </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>cobertura-maven-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </reporting>
+
+</project>

Added: labs/jbosslabs/labs-3.0-build/integration/cs-nfm/trunk/src/changes/changes.xml
===================================================================
--- labs/jbosslabs/labs-3.0-build/integration/cs-nfm/trunk/src/changes/changes.xml	                        (rev 0)
+++ labs/jbosslabs/labs-3.0-build/integration/cs-nfm/trunk/src/changes/changes.xml	2009-05-20 07:19:30 UTC (rev 26626)
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<document xmlns="http://maven.apache.org/changes/1.0.0"
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 http://maven.apache.org/plugins/maven-changes-plugin/xsd/changes-1.0.0.xsd">
+
+  <properties>
+    <title>Clearspace plugin: Nukes Forums migration</title>
+    <author email="lkrzyzan at redhat.com">Libor Krzyzanek</author>
+  </properties>
+
+  <body>
+
+    <release version="1.0.0" date="2009-??-??" description="Initial version" />
+
+  </body>
+
+</document>




More information about the jboss-svn-commits mailing list