You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by di...@apache.org on 2005/01/30 21:20:28 UTC

svn commit: r149151 - in jakarta/commons/proper/commons-build/trunk: project.properties.sample sandbox-project.xml

Author: dirkv
Date: Sun Jan 30 12:20:26 2005
New Revision: 149151

URL: http://svn.apache.org/viewcvs?view=rev&rev=149151
Log:
shared sandbox-project.xml

Added:
    jakarta/commons/proper/commons-build/trunk/project.properties.sample
    jakarta/commons/proper/commons-build/trunk/sandbox-project.xml

Added: jakarta/commons/proper/commons-build/trunk/project.properties.sample
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/commons-build/trunk/project.properties.sample?view=auto&rev=149151
==============================================================================
--- jakarta/commons/proper/commons-build/trunk/project.properties.sample (added)
+++ jakarta/commons/proper/commons-build/trunk/project.properties.sample Sun Jan 30 12:20:26 2005
@@ -0,0 +1,77 @@
+#   Copyright 2004 The Apache Software Foundation
+#
+#   Licensed 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.
+
+######################################################################
+# Properties that override Maven build defaults
+# $Id: project.properties,v 1.6 2004/02/18 03:58:12 mdiggory Exp $
+######################################################################
+maven.changelog.factory=org.apache.maven.svnlib.SvnChangeLogFactory
+
+
+
+######################################################################
+# Apache Central Repository
+######################################################################
+maven.repo.central=www.apache.org
+maven.repo.central.directory=/www/www.apache.org/dist/java-repository
+maven.remote.group=apcvs
+
+
+
+######################################################################
+# JUnit Testing
+######################################################################
+maven.test.failure = false
+maven.junit.fork=true
+
+#If you wish to skip tests when doing builds, uncomment
+#maven.test.skip = true
+
+
+
+######################################################################
+# commons site L&F
+######################################################################
+maven.xdoc.jsl=../sandbox-build/commons-site.jsl
+maven.xdoc.date=left
+maven.xdoc.poweredby.image=maven-feather.png
+maven.xdoc.version=${pom.currentVersion}
+maven.xdoc.developmentProcessUrl=http://jakarta.apache.org/commons/charter.html
+
+# once we create a theme url it should go here.
+#maven.xdoc.theme.url=????
+
+
+
+######################################################################
+# Checkstyle
+######################################################################
+maven.checkstyle.properties=${basedir}/checkstyle.xml
+maven.linkcheck.enable=false 
+
+
+
+######################################################################
+# JavaDoc
+#
+# javadoc urls can be added here, multiple urls are appended using a comma
+#
+# maven.javadoc.links = http://foo/bar/api,\
+#                       http://flim/flam/api/
+######################################################################
+maven.javadoc.links = http://java.sun.com/j2se/1.4.2/docs/api/
+
+
+
+     

Added: jakarta/commons/proper/commons-build/trunk/sandbox-project.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/commons-build/trunk/sandbox-project.xml?view=auto&rev=149151
==============================================================================
--- jakarta/commons/proper/commons-build/trunk/sandbox-project.xml (added)
+++ jakarta/commons/proper/commons-build/trunk/sandbox-project.xml Sun Jan 30 12:20:26 2005
@@ -0,0 +1,117 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+   Copyright 2004 The Apache Software Foundation
+
+   Licensed 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>
+  <pomVersion>3</pomVersion>
+  <id>commons-sandbox-master</id>
+  <name>Commons Sandbox Master Maven POM</name>
+  <currentVersion>1.0</currentVersion>
+  <package>org.apache.commons.${pom.artifactId.substring(8)}.*</package>
+  <url>http://jakarta.apache.org/commons/sandbox/${pom.artifactId.substring(8)}/index.html</url>
+
+  <organization>
+    <name>The Apache Software Foundation</name>
+    <url>http://jakarta.apache.org</url>
+    <logo>http://jakarta.apache.org/images/jakarta-logo.gif</logo>
+  </organization>
+  <logo>/images/logo.png</logo>
+  
+  <licenses>
+	<license>
+    	<name>The Apache Software License, Version 2.0</name>
+    	<url>/LICENSE.txt</url>
+    	<distribution>repo</distribution>
+	</license>
+  </licenses>
+  <gumpRepositoryId>jakarta</gumpRepositoryId>
+  
+
+  <issueTrackingUrl>http://issues.apache.org/bugzilla/</issueTrackingUrl>
+  
+  <siteAddress>jakarta.apache.org</siteAddress>
+  <siteDirectory>/www/jakarta.apache.org/commons/sandbox/${pom.artifactId.substring(8)}/</siteDirectory>
+  <distributionDirectory>/www/jakarta.apache.org/builds/jakarta-commons-sandbox/${pom.artifactId.substring(8)}/</distributionDirectory>
+  
+  <repository>
+   <connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/commons/sandbox/${pom.artifactId.substring(8)}/trunk</connection>
+    <url>http://svn.apache.org/repos/asf/jakarta/commons/sandbox/${pom.artifactId.substring(8)}/trunk</url>
+  </repository>  
+  
+  <mailingLists>
+    <mailingList>
+      <name>Commons Dev List</name>
+      <subscribe>commons-dev-subscribe@jakarta.apache.org</subscribe>
+      <unsubscribe>commons-dev-unsubscribe@jakarta.apache.org</unsubscribe>
+      <archive>http://mail-archives.apache.org/eyebrowse/SummarizeList?listName=commons-dev@jakarta.apache.org</archive>
+    </mailingList>
+    <mailingList>
+      <name>Commons User List</name>
+      <subscribe>commons-user-subscribe@jakarta.apache.org</subscribe>
+      <unsubscribe>commons-user-unsubscribe@jakarta.apache.org</unsubscribe>
+      <archive>http://mail-archives.apache.org/eyebrowse/SummarizeList?listName=commons-user@jakarta.apache.org</archive>
+    </mailingList>
+  </mailingLists>
+
+  <build>
+    <nagEmailAddress>commons-dev@jakarta.apache.org</nagEmailAddress>
+    <sourceDirectory>src/java</sourceDirectory>
+    <unitTestSourceDirectory>src/test</unitTestSourceDirectory>
+
+    <!-- Unit test classes -->
+    <unitTest>
+      <includes>
+        <include>**/Test*.java</include>
+      </includes>
+    </unitTest>
+
+    <resources>
+      <resource>
+        <includes>
+          <include>**/*.properties</include>
+        </includes>
+      </resource>
+      <resource>
+        <targetPath>META-INF</targetPath>
+        <includes>
+          <include>NOTICE.txt</include>
+        </includes>
+      </resource>
+    </resources>
+    
+  </build>
+
+  <reports>
+    <report>maven-changelog-plugin</report>
+    <report>maven-changes-plugin</report>
+    <!--
+    <report>maven-checkstyle-plugin</report>
+    <report>maven-clover-plugin</report>
+    -->
+    <report>maven-developer-activity-plugin</report>
+    <report>maven-file-activity-plugin</report>
+    <report>maven-javadoc-plugin</report>
+    <!--
+    <report>maven-jdepend-plugin</report>
+    <report>maven-junit-report-plugin</report>
+    <report>maven-jxr-plugin</report>
+    -->
+    <report>maven-license-plugin</report>
+    <!--
+    <report>maven-statcvs-plugin</report>
+    <report>maven-tasklist-plugin</report>
+    -->
+  </reports>
+</project>



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org