You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by ju...@apache.org on 2006/11/08 11:33:14 UTC

svn commit: r472445 - /jackrabbit/trunk/pom.xml

Author: jukka
Date: Wed Nov  8 02:33:14 2006
New Revision: 472445

URL: http://svn.apache.org/viewvc?view=rev&rev=472445
Log:
JCR-612: First version of the Jackrabbit "super-POM"

Added:
    jackrabbit/trunk/pom.xml
      - copied, changed from r471904, jackrabbit/trunk/jackrabbit/pom.xml

Copied: jackrabbit/trunk/pom.xml (from r471904, jackrabbit/trunk/jackrabbit/pom.xml)
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/pom.xml?view=diff&rev=472445&p1=jackrabbit/trunk/jackrabbit/pom.xml&r1=471904&p2=jackrabbit/trunk/pom.xml&r2=472445
==============================================================================
--- jackrabbit/trunk/jackrabbit/pom.xml (original)
+++ jackrabbit/trunk/pom.xml Wed Nov  8 02:33:14 2006
@@ -27,9 +27,10 @@
 <!-- P R O J E C T  D E S C R I P T I O N                                   -->
 <!-- ====================================================================== -->
   <groupId>org.apache.jackrabbit</groupId>
-  <artifactId>jackrabbit-core</artifactId>
-  <name>Jackrabbit</name>
-  <version>1.1-SNAPSHOT</version>
+  <artifactId>jackrabbit</artifactId>
+  <name>Apache Jackrabbit</name>
+  <version>1.2-SNAPSHOT</version>
+  <packaging>pom</packaging>
   <!--
     Keep the description on a single line. Otherwise Maven might generate
     a corrupted MANIFEST.MF (see http://jira.codehaus.org/browse/MJAR-4)
@@ -417,310 +418,14 @@
     </license>
   </licenses>
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/jackrabbit/trunk/jackrabbit</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/jackrabbit/trunk/jackrabbit</developerConnection>
-    <url>http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/jackrabbit/trunk</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/jackrabbit/trunk</developerConnection>
+    <url>http://svn.apache.org/viewvc/jackrabbit/trunk</url>
   </scm>
   <organization>
     <name>The Apache Software Foundation</name>
     <url>http://www.apache.org/</url>
   </organization>
-  <build>
-    <resources>
-      <resource>
-        <directory>src/main/java</directory>
-        <includes>
-          <include>**/*.xml</include>
-          <include>**/*.properties</include>
-          <include>**/*.ddl</include>
-          <include>META-INF/services/*</include>
-          <include>**/*.cnd</include>
-        </includes>
-      </resource>
-      <resource>
-        <targetPath>META-INF</targetPath>
-        <directory>.</directory>
-        <includes>
-          <include>README.txt</include>
-          <include>NOTICE.txt</include>
-        </includes>
-      </resource>
-    </resources>
-    <testResources>
-      <testResource>
-        <directory>applications/test</directory>
-        <includes>
-          <include>*.properties</include>
-          <include>*.xml</include>
-        </includes>
-      </testResource>
-      <testResource>
-        <directory>src/test/java</directory>
-        <includes>
-          <include>**/*.cnd</include>
-          <include>**/*.xml</include>
-          <include>**/*.txt</include>
-        </includes>
-      </testResource>
-    </testResources>
-    <plugins>
-      <plugin>
-        <artifactId>maven-antrun-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>delete-sources</id>
-            <phase>process-sources</phase>
-            <configuration>
-              <tasks>
-                <ant
-                  antfile="${basedir}/build.xml"
-                  inheritRefs="true">
-                  <target name="deleteSources" />
-                </ant>
-              </tasks>
-            </configuration>
-            <goals>
-              <goal>run</goal>
-            </goals>
-          </execution>
-          <execution>
-            <id>process-test-resources</id>
-            <phase>process-test-resources</phase>
-            <configuration>
-              <tasks>
-                <ant
-                  antfile="${basedir}/build.xml"
-                  inheritRefs="true">
-                  <target name="prepareTestRepository" />
-                </ant>
-              </tasks>
-            </configuration>
-            <goals>
-              <goal>run</goal>
-            </goals>
-          </execution>
-          <execution>
-            <id>clean</id>
-            <phase>clean</phase>
-            <configuration>
-              <tasks>
-                <ant
-                  antfile="${basedir}/build.xml"
-                  inheritRefs="true">
-                  <target name="cleanTestData" />
-                </ant>
-              </tasks>
-            </configuration>
-            <goals>
-              <goal>run</goal>
-            </goals>
-          </execution>
-        </executions>
-        <dependencies>
-          <dependency>
-            <groupId>ant</groupId>
-            <artifactId>ant-optional</artifactId>
-            <version>1.5.3-1</version>
-          </dependency>
-        </dependencies>
-      </plugin>
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>javacc-maven-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>fulltext-jjtree</id>
-            <configuration>
-              <sourceDirectory>src/main/javacc/fulltext</sourceDirectory>
-              <outputDirectory>target/generated-src/main/java/org/apache/jackrabbit/core/query/lucene/fulltext</outputDirectory>
-              <timestampDirectory>target/generated-src/javacc-timestamp</timestampDirectory>
-              <packageName>org.apache.jackrabbit.core.query.lucene.fulltext</packageName>
-            </configuration>
-            <goals>
-              <goal>jjtree</goal>
-            </goals>
-          </execution>
-          <execution>
-            <id>fulltext-javacc</id>
-            <configuration>
-              <sourceDirectory>target/generated-src/main/java/org/apache/jackrabbit/core/query/lucene/fulltext</sourceDirectory>
-              <outputDirectory>target/generated-src/main/java</outputDirectory>
-              <timestampDirectory>target/generated-src/javacc-timestamp</timestampDirectory>
-              <packageName>org.apache.jackrabbit.core.query.lucene.fulltext</packageName>
-            </configuration>
-            <goals>
-              <goal>javacc</goal>
-            </goals>
-          </execution>
-          <execution>
-            <id>sql-jjtree</id>
-            <configuration>
-              <sourceDirectory>src/main/javacc/sql</sourceDirectory>
-              <outputDirectory>target/generated-src/main/java/org/apache/jackrabbit/core/query/sql</outputDirectory>
-              <timestampDirectory>target/generated-src/javacc-timestamp</timestampDirectory>
-              <packageName>org.apache.jackrabbit.core.query.sql</packageName>
-            </configuration>
-            <goals>
-              <goal>jjtree</goal>
-            </goals>
-          </execution>
-          <execution>
-            <id>sql-javacc</id>
-            <configuration>
-              <sourceDirectory>target/generated-src/main/java/org/apache/jackrabbit/core/query/sql</sourceDirectory>
-              <outputDirectory>target/generated-src/main/java</outputDirectory>
-              <timestampDirectory>target/generated-src/javacc-timestamp</timestampDirectory>
-              <packageName>org.apache.jackrabbit.core.query.sql</packageName>
-            </configuration>
-            <goals>
-              <goal>javacc</goal>
-            </goals>
-          </execution>
-          <execution>
-            <id>xpath-jjtree</id>
-            <configuration>
-              <sourceDirectory>src/main/javacc/xpath</sourceDirectory>
-              <outputDirectory>target/generated-src/main/java/org/apache/jackrabbit/core/query/xpath</outputDirectory>
-              <timestampDirectory>target/generated-src/javacc-timestamp</timestampDirectory>
-              <packageName>org.apache.jackrabbit.core.query.xpath</packageName>
-            </configuration>
-            <goals>
-              <goal>jjtree</goal>
-            </goals>
-          </execution>
-          <execution>
-            <id>xpath-javacc</id>
-            <configuration>
-              <sourceDirectory>target/generated-src/main/java/org/apache/jackrabbit/core/query/xpath</sourceDirectory>
-              <outputDirectory>target/generated-src/main/java</outputDirectory>
-              <timestampDirectory>target/generated-src/javacc-timestamp</timestampDirectory>
-              <packageName>org.apache.jackrabbit.core.query.xpath</packageName>
-            </configuration>
-            <goals>
-              <goal>javacc</goal>
-            </goals>
-          </execution>
-        </executions>
-        <dependencies>
-          <dependency>
-            <groupId>net.java.dev.javacc</groupId>
-            <artifactId>javacc</artifactId>
-            <version>3.2</version>
-          </dependency>
-        </dependencies>
-      </plugin>
-      <plugin>
-        <artifactId>maven-compiler-plugin</artifactId>
-        <configuration>
-          <target>1.4</target>
-          <source>1.4</source>
-        </configuration>
-      </plugin>
-      <plugin>
-        <artifactId>maven-surefire-plugin</artifactId>
-        <configuration>
-          <skip>true</skip>
-          <forkMode>once</forkMode>
-          <argLine>-Xmx128m -enableassertions</argLine>
-          <systemProperties>
-            <property>
-              <name>derby.system.durability</name>
-              <value>test</value>
-            </property>
-            <property>
-              <name>known.issues</name>
-              <value>
-                org.apache.jackrabbit.core.xml.DocumentViewTest#testMultiValue
-                org.apache.jackrabbit.value.BinaryValueTest#testBinaryValueEquals
-              </value>
-            </property>
-          </systemProperties>
-        </configuration>
-        <executions>
-          <execution>
-            <id>do_init</id>
-            <configuration>
-              <skip>false</skip>
-              <includes>
-                <include>**/init/*</include>
-              </includes>
-              <excludes>
-                <exclude>**/*TestAll.java</exclude>
-              </excludes>
-            </configuration>
-            <goals>
-              <goal>test</goal>
-            </goals>
-          </execution>
-          <execution>
-            <id>do_test</id>
-            <configuration>
-              <skip>false</skip>
-              <excludes>
-                <exclude>**/init/*</exclude>
-              </excludes>
-              <includes>
-                <include>**/*TestAll.java</include>
-              </includes>
-            </configuration>
-            <goals>
-              <goal>test</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-    </plugins>
-  </build>
-
-  <dependencies>
-    <dependency>
-      <groupId>concurrent</groupId>
-      <artifactId>concurrent</artifactId>
-      <version>1.3.4</version>
-    </dependency>
-    <dependency>
-      <groupId>commons-collections</groupId>
-      <artifactId>commons-collections</artifactId>
-      <version>3.1</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.geronimo.specs</groupId>
-      <artifactId>geronimo-jta_1.0.1B_spec</artifactId>
-      <version>1.0.1</version>
-    </dependency>
-    <dependency>
-      <groupId>javax.jcr</groupId>
-      <artifactId>jcr</artifactId>
-      <version>1.0</version>
-    </dependency>
-    <dependency>
-      <groupId>log4j</groupId>
-      <artifactId>log4j</artifactId>
-      <version>1.2.8</version>
-    </dependency>
-    <dependency>
-      <groupId>org.slf4j</groupId>
-      <artifactId>slf4j-log4j12</artifactId>
-      <version>1.0</version>
-    </dependency>
-    <dependency>
-      <groupId>lucene</groupId>
-      <artifactId>lucene</artifactId>
-      <version>1.4.3</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.derby</groupId>
-      <artifactId>derby</artifactId>
-      <version>10.1.3.1</version>
-      <optional>true</optional>
-    </dependency>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
 
   <distributionManagement>
     <repository>