Author: tv
Date: Thu Nov 25 21:03:24 2010
New Revision: 1039176

URL: http://svn.apache.org/viewvc?rev=1039176&view=rev
Log:
Create test jar for deployment, cleanup POM

Modified:
    turbine/fulcrum/trunk/security/api/pom.xml

Modified: turbine/fulcrum/trunk/security/api/pom.xml
URL: 
http://svn.apache.org/viewvc/turbine/fulcrum/trunk/security/api/pom.xml?rev=1039176&r1=1039175&r2=1039176&view=diff
==============================================================================
--- turbine/fulcrum/trunk/security/api/pom.xml (original)
+++ turbine/fulcrum/trunk/security/api/pom.xml Thu Nov 25 21:03:24 2010
@@ -1,113 +1,147 @@
 <?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.
+   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-parent</artifactId>
-       <groupId>org.apache.fulcrum</groupId>
-       <version>1</version>
-   </parent>
-   <modelVersion>4.0.0</modelVersion>
-   <groupId>org.apache.fulcrum</groupId>
-   <artifactId>fulcrum-security-api</artifactId>
-   <name>Fulcrum Security API</name>
-   <version>1.1.0-SNAPSHOT</version>
-   <dependencies>
-       <dependency>
-           <groupId>commons-codec</groupId>
-           <artifactId>commons-codec</artifactId>
-           <version>1.4</version>
-       </dependency>
-       <dependency>
-           <groupId>commons-lang</groupId>
-           <artifactId>commons-lang</artifactId>
-           <version>2.5</version>
-       </dependency>
-       <dependency>
-           <groupId>junit</groupId>
-           <artifactId>junit</artifactId>
-           <version>3.8.1</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>
-       <dependency>
-           <groupId>org.apache.fulcrum</groupId>
-           <artifactId>fulcrum-crypto</artifactId>
-           <version>1.0.7</version>
-       </dependency>
-       <dependency>
-           <groupId>org.apache.avalon.framework</groupId>
-           <artifactId>avalon-framework-api</artifactId>
-           <version>4.3.1</version>
-       </dependency>
-   </dependencies>
-   <build>
-       <sourceDirectory>src/java</sourceDirectory>
-       <testSourceDirectory>src/test</testSourceDirectory>
-       <plugins>
-           <plugin>
-               <artifactId>maven-surefire-plugin</artifactId>
-               <configuration>
-                   <useFile>true</useFile>
-               </configuration>
-           </plugin>
-           <plugin>
-               <groupId>org.apache.maven.plugins</groupId>
-               <artifactId>maven-eclipse-plugin</artifactId>
-               <version>2.8</version>
-               <configuration>
-                   <downloadSources>true</downloadSources>
-                   <downloadJavadocs>true</downloadJavadocs>
-               </configuration>
-           </plugin>
-           <plugin>
-               <groupId>org.apache.maven.plugins</groupId>
-               <artifactId>maven-compiler-plugin</artifactId>
-               <version>2.3.2</version>
-               <configuration>
-                   <source>1.5</source>
-                   <target>1.5</target>
-               </configuration>
-           </plugin>
-       </plugins>
-   </build>
-   <reporting>
-       <plugins>
-           <plugin>
-               <artifactId>maven-changes-plugin</artifactId>
-               <configuration>
-                   <xmlPath>${basedir}/xdocs/changes.xml</xmlPath>
-               </configuration>
-           </plugin>
-       </plugins>
-   </reporting>
+<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-parent</artifactId>
+        <groupId>org.apache.fulcrum</groupId>
+        <version>1</version>
+    </parent>
+    <modelVersion>4.0.0</modelVersion>
+    <groupId>org.apache.fulcrum</groupId>
+    <artifactId>fulcrum-security-api</artifactId>
+    <name>Fulcrum Security API</name>
+    <version>1.1.0-SNAPSHOT</version>
+
+    <description>Fulcrum Security Basic API</description>
+    <url>http://turbine.apache.org/fulcrum/fulcrum-security-api</url>
+
+    <scm>
+        
<connection>scm:svn:http://svn.apache.org/repos/asf/turbine/fulcrum/trunk/security/api/</connection>
+        
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/turbine/fulcrum/trunk/security/api/</developerConnection>
+        
<url>http://svn.apache.org/viewcvs/turbine/fulcrum/trunk/security/api/</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-api/</url>
+        </site>
+    </distributionManagement>
+
+    <dependencies>
+        <dependency>
+            <groupId>commons-codec</groupId>
+            <artifactId>commons-codec</artifactId>
+            <version>1.4</version>
+        </dependency>
+        <dependency>
+            <groupId>commons-lang</groupId>
+            <artifactId>commons-lang</artifactId>
+            <version>2.5</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.fulcrum</groupId>
+            <artifactId>fulcrum-crypto</artifactId>
+            <version>1.0.7</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.avalon.framework</groupId>
+            <artifactId>avalon-framework-api</artifactId>
+            <version>4.3.1</version>
+        </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>
+    <build>
+        <sourceDirectory>src/java</sourceDirectory>
+        <testSourceDirectory>src/test</testSourceDirectory>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-compiler-plugin</artifactId>
+                <version>2.3.2</version>
+                <configuration>
+                    <source>1.5</source>
+                    <target>1.5</target>
+                </configuration>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-jar-plugin</artifactId>
+                <version>2.2</version>
+                <executions>
+                    <execution>
+                        <goals>
+                            <goal>test-jar</goal>
+                        </goals>
+                    </execution>
+                </executions>
+            </plugin>
+        </plugins>
+    </build>
+    <reporting>
+        <plugins>
+            <plugin>
+                <artifactId>maven-changes-plugin</artifactId>
+                <configuration>
+                    <xmlPath>${basedir}/xdocs/changes.xml</xmlPath>
+                </configuration>
+            </plugin>
+        </plugins>
+    </reporting>
+
+    <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>


Reply via email to