You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@turbine.apache.org by tv...@apache.org on 2011/08/30 22:32:22 UTC

svn commit: r1163367 - in /turbine/fulcrum/trunk/security: hibernate/pom.xml ldap/maven.xml ldap/pom.xml ldap/project.properties ldap/project.xml ldap/src/site/ ldap/src/site/site.xml ldap/xdocs/ nt/pom.xml torque/pom.xml

Author: tv
Date: Tue Aug 30 20:32:21 2011
New Revision: 1163367

URL: http://svn.apache.org/viewvc?rev=1163367&view=rev
Log:
Move build and site generation to Maven2

Added:
    turbine/fulcrum/trunk/security/ldap/pom.xml   (with props)
    turbine/fulcrum/trunk/security/ldap/src/site/
    turbine/fulcrum/trunk/security/ldap/src/site/site.xml   (with props)
Modified:
    turbine/fulcrum/trunk/security/hibernate/pom.xml
    turbine/fulcrum/trunk/security/ldap/maven.xml
    turbine/fulcrum/trunk/security/ldap/project.properties
    turbine/fulcrum/trunk/security/ldap/project.xml
    turbine/fulcrum/trunk/security/ldap/xdocs/
    turbine/fulcrum/trunk/security/nt/pom.xml
    turbine/fulcrum/trunk/security/torque/pom.xml

Modified: turbine/fulcrum/trunk/security/hibernate/pom.xml
URL: http://svn.apache.org/viewvc/turbine/fulcrum/trunk/security/hibernate/pom.xml?rev=1163367&r1=1163366&r2=1163367&view=diff
==============================================================================
--- turbine/fulcrum/trunk/security/hibernate/pom.xml (original)
+++ turbine/fulcrum/trunk/security/hibernate/pom.xml Tue Aug 30 20:32:21 2011
@@ -31,6 +31,20 @@
     <name>Fulcrum Security Hibernate Impl</name>
     <version>1.1.0-SNAPSHOT</version>
     <url>http://turbine.apache.org/fulcrum/fulcrum-security-hibernate/</url>
+    <scm>
+      <connection>scm:svn:http://svn.apache.org/repos/asf/turbine/fulcrum/trunk/security/hibernate/</connection>
+      <developerConnection>scm:svn:https://svn.apache.org/repos/asf/turbine/fulcrum/trunk/security/hibernate/</developerConnection>
+      <url>http://svn.apache.org/viewcvs/turbine/fulcrum/trunk/security/hibernate/</url>
+    </scm>
+
+    <distributionManagement>
+      <site>
+        <id>apache.website</id>
+        <name>Fulcrum Website</name>
+        <url>${fulcrum.deployment.protocol}://people.apache.org/www/turbine.apache.org/fulcrum/fulcrum-security-hibernate/</url>
+      </site>
+    </distributionManagement>
+
     <build>
         <sourceDirectory>${basedir}/src/java/</sourceDirectory>
         <testSourceDirectory>${basedir}/src/test/</testSourceDirectory>
@@ -168,6 +182,28 @@
             <scope>test</scope>
         </dependency>
     </dependencies>
+
+    <profiles>
+        <profile>
+            <id>rc</id>
+            <distributionManagement>
+                <!-- Cannot define in parent ATM, see COMMONSSITE-26 -->
+                <site>
+                    <id>apache.website</id>
+                    <name>Apache Fulcrum Release Candidate Staging Site</name>
+                    <url>${fulcrum.deployment.protocol}://people.apache.org/www/turbine.apache.org/builds/fulcrum/${fulcrum.componentid}/${fulcrum.release.version}/${fulcrum.rc.version}/site</url>
+                </site>
+            </distributionManagement>
+        </profile>
+    </profiles>
+
+    <properties>
+        <!-- This bits are used for the staging directory -->
+        <fulcrum.release.version>1.1.0</fulcrum.release.version>
+        <fulcrum.rc.version>RC1</fulcrum.rc.version>
+        <fulcrum.deployment.protocol>scpexe</fulcrum.deployment.protocol>
+    </properties>
+    
     <reporting>
         <plugins>
             <plugin>

Added: turbine/fulcrum/trunk/security/ldap/pom.xml
URL: http://svn.apache.org/viewvc/turbine/fulcrum/trunk/security/ldap/pom.xml?rev=1163367&view=auto
==============================================================================
--- turbine/fulcrum/trunk/security/ldap/pom.xml (added)
+++ turbine/fulcrum/trunk/security/ldap/pom.xml Tue Aug 30 20:32:21 2011
@@ -0,0 +1,150 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You under the Apache License, Version 2.0
+   (the "License"); you may not use this file except in compliance with
+   the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+-->
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+    <parent>
+        <artifactId>fulcrum-security-parent</artifactId>
+        <groupId>org.apache.fulcrum</groupId>
+        <version>1.1.0-SNAPSHOT</version>
+    </parent>
+    <modelVersion>4.0.0</modelVersion>
+    <groupId>org.apache.fulcrum</groupId>
+    <artifactId>fulcrum-security-ldap</artifactId>
+    <name>Fulcrum Security LDAP Impl</name>
+    <version>1.1.0-SNAPSHOT</version>
+    
+    <url>http://turbine.apache.org/fulcrum/fulcrum-security-ldap</url>
+    <scm>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/turbine/fulcrum/trunk/security/ldap/</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/turbine/fulcrum/trunk/security/ldap/</developerConnection>
+        <url>http://svn.apache.org/viewcvs/turbine/fulcrum/trunk/security/ldap/</url>
+    </scm>
+
+    <distributionManagement>
+        <site>
+            <id>apache.website</id>
+            <name>Fulcrum Website</name>
+            <url>${fulcrum.deployment.protocol}://people.apache.org/www/turbine.apache.org/fulcrum/fulcrum-security-ldap/</url>
+        </site>
+    </distributionManagement>
+
+    <build>
+        <sourceDirectory>${basedir}/src/java/</sourceDirectory>
+        <testSourceDirectory>${basedir}/src/test/</testSourceDirectory>
+        <testResources>
+            <testResource>
+                <directory>${basedir}/src/test</directory>
+                <includes>
+                    <include>**/*.*</include>
+                </includes>
+            </testResource>
+        </testResources>
+        <plugins>
+            <plugin>
+                <artifactId>maven-surefire-plugin</artifactId>
+                <configuration>
+                    <forkMode>always</forkMode>
+                    <includes>
+                        <include>**/*Test.*</include>
+                        <include>**/*TestCase.*</include>
+                    </includes>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
+
+    <dependencies>
+        <dependency>
+            <groupId>commons-lang</groupId>
+            <artifactId>commons-lang</artifactId>
+            <version>2.5</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.avalon.framework</groupId>
+            <artifactId>avalon-framework-api</artifactId>
+            <version>4.3.1</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.fulcrum</groupId>
+            <artifactId>fulcrum-security-api</artifactId>
+            <version>1.1.0-SNAPSHOT</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.fulcrum</groupId>
+            <artifactId>fulcrum-security-api</artifactId>
+            <version>1.1.0-SNAPSHOT</version>
+            <type>test-jar</type>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.fulcrum</groupId>
+            <artifactId>fulcrum-security-memory</artifactId>
+            <version>1.1.0-SNAPSHOT</version>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+            <version>3.8.2</version>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.fulcrum</groupId>
+            <artifactId>fulcrum-testcontainer</artifactId>
+            <version>1.0.6</version>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.fulcrum</groupId>
+            <artifactId>fulcrum-yaafi</artifactId>
+            <version>1.0.6</version>
+            <scope>test</scope>
+        </dependency>
+    </dependencies>
+    
+    <profiles>
+        <profile>
+            <id>rc</id>
+            <distributionManagement>
+                <!-- Cannot define in parent ATM, see COMMONSSITE-26 -->
+                <site>
+                    <id>apache.website</id>
+                    <name>Apache Fulcrum Release Candidate Staging Site</name>
+                    <url>${fulcrum.deployment.protocol}://people.apache.org/www/turbine.apache.org/builds/fulcrum/${fulcrum.componentid}/${fulcrum.release.version}/${fulcrum.rc.version}/site</url>
+                </site>
+            </distributionManagement>
+        </profile>
+    </profiles>
+
+    <properties>
+        <!-- This bits are used for the staging directory -->
+        <fulcrum.release.version>1.1.0</fulcrum.release.version>
+        <fulcrum.rc.version>RC1</fulcrum.rc.version>
+        <fulcrum.deployment.protocol>scpexe</fulcrum.deployment.protocol>
+    </properties>
+    
+    <reporting>
+        <plugins>
+            <plugin>
+                <artifactId>maven-changes-plugin</artifactId>
+                <configuration>
+                    <xmlPath>${basedir}/xdocs/changes.xml</xmlPath>
+                </configuration>
+            </plugin>
+        </plugins>
+    </reporting>
+</project>

Propchange: turbine/fulcrum/trunk/security/ldap/pom.xml
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: turbine/fulcrum/trunk/security/ldap/src/site/site.xml
URL: http://svn.apache.org/viewvc/turbine/fulcrum/trunk/security/ldap/src/site/site.xml?rev=1163367&view=auto
==============================================================================
--- turbine/fulcrum/trunk/security/ldap/src/site/site.xml (added)
+++ turbine/fulcrum/trunk/security/ldap/src/site/site.xml Tue Aug 30 20:32:21 2011
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements.  See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership.  The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License.  You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied.  See the License for the
+ specific language governing permissions and limitations
+ under the License.
+-->
+<project
+  name="Fulcrum Security LDAP Implementation"
+  href="http://turbine.apache.org/fulcrum/fulcrum-security-ldap/">
+
+<body>
+
+</body>
+
+</project>

Propchange: turbine/fulcrum/trunk/security/ldap/src/site/site.xml
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Modified: turbine/fulcrum/trunk/security/nt/pom.xml
URL: http://svn.apache.org/viewvc/turbine/fulcrum/trunk/security/nt/pom.xml?rev=1163367&r1=1163366&r2=1163367&view=diff
==============================================================================
--- turbine/fulcrum/trunk/security/nt/pom.xml (original)
+++ turbine/fulcrum/trunk/security/nt/pom.xml Tue Aug 30 20:32:21 2011
@@ -28,6 +28,20 @@
   <name>Fulcrum Security NT Impl</name>
   <version>1.1.0-SNAPSHOT</version>
   <url>http://turbine.apache.org/fulcrum/fulcrum-security-nt</url>
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/turbine/fulcrum/trunk/security/nt/</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/turbine/fulcrum/trunk/security/nt/</developerConnection>
+    <url>http://svn.apache.org/viewcvs/turbine/fulcrum/trunk/security/nt/</url>
+  </scm>
+
+  <distributionManagement>
+    <site>
+      <id>apache.website</id>
+      <name>Fulcrum Website</name>
+      <url>${fulcrum.deployment.protocol}://people.apache.org/www/turbine.apache.org/fulcrum/fulcrum-security-nt/</url>
+    </site>
+  </distributionManagement>
+
   <dependencies>
     <dependency>
       <groupId>org.apache.fulcrum</groupId>
@@ -59,4 +73,26 @@
     	<scope>compile</scope>
     </dependency>
   </dependencies>
+
+  <profiles>
+    <profile>
+      <id>rc</id>
+      <distributionManagement>
+        <!-- Cannot define in parent ATM, see COMMONSSITE-26 -->
+        <site>
+          <id>apache.website</id>
+          <name>Apache Fulcrum Release Candidate Staging Site</name>
+          <url>${fulcrum.deployment.protocol}://people.apache.org/www/turbine.apache.org/builds/fulcrum/${fulcrum.componentid}/${fulcrum.release.version}/${fulcrum.rc.version}/site</url>
+        </site>
+      </distributionManagement>
+    </profile>
+  </profiles>
+
+  <properties>
+    <!-- This bits are used for the staging directory -->
+    <fulcrum.release.version>1.1.0</fulcrum.release.version>
+    <fulcrum.rc.version>RC1</fulcrum.rc.version>
+    <fulcrum.deployment.protocol>scpexe</fulcrum.deployment.protocol>
+  </properties>
+    
 </project>

Modified: turbine/fulcrum/trunk/security/torque/pom.xml
URL: http://svn.apache.org/viewvc/turbine/fulcrum/trunk/security/torque/pom.xml?rev=1163367&r1=1163366&r2=1163367&view=diff
==============================================================================
--- turbine/fulcrum/trunk/security/torque/pom.xml (original)
+++ turbine/fulcrum/trunk/security/torque/pom.xml Tue Aug 30 20:32:21 2011
@@ -28,6 +28,19 @@
   <name>Fulcrum Security Torque Impl</name>
   <version>1.1.0-SNAPSHOT</version>
   <url>http://turbine.apache.org/fulcrum/fulcrum-security-torque</url>
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/turbine/fulcrum/trunk/security/torque/</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/turbine/fulcrum/trunk/security/torque/</developerConnection>
+    <url>http://svn.apache.org/viewcvs/turbine/fulcrum/trunk/security/torque/</url>
+  </scm>
+
+  <distributionManagement>
+    <site>
+      <id>apache.website</id>
+      <name>Fulcrum Website</name>
+      <url>${fulcrum.deployment.protocol}://people.apache.org/www/turbine.apache.org/fulcrum/fulcrum-security-torque/</url>
+    </site>
+  </distributionManagement>
   
   <build>
     <sourceDirectory>src/java</sourceDirectory>
@@ -140,11 +153,6 @@
     </plugins>
   </build>
   
-  <properties>
-    <maven.compile.source>1.5</maven.compile.source>
-    <maven.compile.target>1.5</maven.compile.target>
-  </properties>
-  
   <dependencies>
     <dependency>
       <groupId>org.apache.fulcrum</groupId>
@@ -227,4 +235,27 @@
     	</exclusions>
     </dependency>
   </dependencies>
+
+  <profiles>
+    <profile>
+      <id>rc</id>
+      <distributionManagement>
+        <!-- Cannot define in parent ATM, see COMMONSSITE-26 -->
+        <site>
+          <id>apache.website</id>
+          <name>Apache Fulcrum Release Candidate Staging Site</name>
+          <url>${fulcrum.deployment.protocol}://people.apache.org/www/turbine.apache.org/builds/fulcrum/${fulcrum.componentid}/${fulcrum.release.version}/${fulcrum.rc.version}/site</url>
+        </site>
+      </distributionManagement>
+    </profile>
+  </profiles>
+
+  <properties>
+    <maven.compile.source>1.5</maven.compile.source>
+    <maven.compile.target>1.5</maven.compile.target>
+    <!-- This bits are used for the staging directory -->
+    <fulcrum.release.version>1.1.0</fulcrum.release.version>
+    <fulcrum.rc.version>RC1</fulcrum.rc.version>
+    <fulcrum.deployment.protocol>scpexe</fulcrum.deployment.protocol>
+  </properties>
 </project>