You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commons-dev@ws.apache.org by di...@apache.org on 2006/02/01 14:58:28 UTC

svn commit: r374066 - in /webservices/commons/trunk/XmlSchema: maven.xml project.properties project.xml

Author: dims
Date: Wed Feb  1 05:58:24 2006
New Revision: 374066

URL: http://svn.apache.org/viewcvs?rev=374066&view=rev
Log:
get maven build/test working

Added:
    webservices/commons/trunk/XmlSchema/maven.xml
    webservices/commons/trunk/XmlSchema/project.properties
Modified:
    webservices/commons/trunk/XmlSchema/project.xml

Added: webservices/commons/trunk/XmlSchema/maven.xml
URL: http://svn.apache.org/viewcvs/webservices/commons/trunk/XmlSchema/maven.xml?rev=374066&view=auto
==============================================================================
--- webservices/commons/trunk/XmlSchema/maven.xml (added)
+++ webservices/commons/trunk/XmlSchema/maven.xml Wed Feb  1 05:58:24 2006
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!-- $Revision: 1.21 $ $Date: 2004-10-27 20:54:09 +0600 (Wed, 27 Oct 2004) $ -->
+
+<project default="jar"
+    xmlns:j="jelly:core"
+    xmlns:u="jelly:util"
+    xmlns:maven="jelly:maven"
+    xmlns:util="jelly:util"
+    xmlns:deploy="deploy"
+    xmlns:ant="jelly:ant">
+
+    <preGoal name="itest:compile">
+        <u:file var="file" name="${maven.itest.src}"/>
+        <j:if test="${!file.exists()}">
+            <j:expr value="${context.setVariable('maven.itest.skip', 'true')}"/>
+        </j:if>
+    </preGoal>
+</project>

Added: webservices/commons/trunk/XmlSchema/project.properties
URL: http://svn.apache.org/viewcvs/webservices/commons/trunk/XmlSchema/project.properties?rev=374066&view=auto
==============================================================================
--- webservices/commons/trunk/XmlSchema/project.properties (added)
+++ webservices/commons/trunk/XmlSchema/project.properties Wed Feb  1 05:58:24 2006
@@ -0,0 +1,80 @@
+# -------------------------------------------------------------------
+# Copyright 2001-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.
+# -------------------------------------------------------------------
+
+maven.multiproject.type=jar
+
+# -------------------------------------------------------------------
+#                Project Information
+# -------------------------------------------------------------------
+axiom.version=1.0-SNAPSHOT
+
+# -------------------------------------------------------------------
+#                Dependency Repositories
+# -------------------------------------------------------------------
+maven.repo.remote=\
+http://www.ibiblio.org/maven,\
+http://cvs.apache.org/repository/,\
+http://www.apache.org/dist/java-repository/,\
+http://www.openejb.org/maven,\
+http://dist.codehaus.org/,\
+http://mirrors.sunsite.dk/maven/
+
+# -------------------------------------------------------------------
+#                JUnit
+# -------------------------------------------------------------------
+maven.junit.jvmargs=-Xmx256m -Djava.awt.headless=true
+maven.junit.fork=true
+
+# -------------------------------------------------------------------
+#                Compile
+# -------------------------------------------------------------------
+maven.compile.optimize=false
+maven.compile.fork=true
+maven.compile.target=1.3
+maven.compile.source=1.3
+
+# -------------------------------------------------------------------
+#                Versions of dependencies
+# -------------------------------------------------------------------
+schema.version=1.0-SNAPSHOT
+commons.logging.version=1.0.4
+geronimo.spec.activation.version=1.0.2-rc4
+geronimo.spec.javamail.version=1.3.1-rc5
+jaxen.version=1.1-beta-7
+junit.version=3.8.1
+log4j.version=1.2.12
+stax.api.version=1.0
+stax.impl.groupid=woodstox
+stax.impl.artifactid=wstx
+stax.impl.version=asl-2.8.1
+xmlunit.version=1.0
+
+#stax.impl.groupid=stax
+#stax.impl.artifactid=stax
+#stax.impl.version=1.1.2-dev
+
+# -------------------------------------------------------------------
+#                xdoc
+# -------------------------------------------------------------------
+maven.xdoc.date=left
+maven.xdoc.version=${pom.currentVersion}
+maven.xdoc.includeProjectDocumentation=no
+maven.html2xdoc.enabled=false
+maven.html2xdoc.dir=./xdocs
+maven.pdf.navigationFile=navigation-pdf.xml
+maven.allreports.disable=true
+
+

Modified: webservices/commons/trunk/XmlSchema/project.xml
URL: http://svn.apache.org/viewcvs/webservices/commons/trunk/XmlSchema/project.xml?rev=374066&r1=374065&r2=374066&view=diff
==============================================================================
--- webservices/commons/trunk/XmlSchema/project.xml (original)
+++ webservices/commons/trunk/XmlSchema/project.xml Wed Feb  1 05:58:24 2006
@@ -1,47 +1,219 @@
-<project>
-  <pomVersion>4</pomVersion>
-  <groupId>ws-commons</groupId>
-  <artifactId>XmlSchema</artifactId>
-  <name>XmlSchema</name>
-  <currentVersion>1.0-SNAPSHOT</currentVersion>
-  <organization>
-    <name>Apache</name>
-    <url>http://www.apache.org/</url>
-  </organization>
-  <description>API to manipulate XmlSchema.</description>
-  <shortDescription>API to manipulate XmlSchema.</shortDescription>
-  <url>http://ws.codehaus.org/commons/XmlSchema</url>
-  <issueTrackingUrl>https://issues.apache.org/jira/browse/AXIS2</issueTrackingUrl>
-
-  <siteAddress>ws.apache.org/commons/XmlSchema/</siteAddress>
-  <siteDirectory>/www/ws.apache.org/commons/XmlSchema/</siteDirectory>
-  <distributionDirectory>/www/ws.apache.org/builds/</distributionDirectory>
-  
-  <build>
-    <sourceDirectory>src</sourceDirectory>
-    <unitTestSourceDirectory>test</unitTestSourceDirectory>
-    <unitTest>
-      <includes>
-        <include>**/*Test.java</include>
-        <include>**/*TestCase.java</include>
-      </includes>
-      <excludes>
-        <exclude>**/*Abstract*</exclude>
-      </excludes>
-      <resources>
-        <resource>
-          <directory>test-resources</directory>
-          <filtering>false</filtering>
-        </resource>
-      </resources>
-    </unitTest>
-    <resources>
-      <resource>
-        <directory>src</directory>
-        <excludes>
-          <exclude>**/*.java</exclude>
-        </excludes>
-      </resource>
-    </resources>
-  </build>
-</project>
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+/*
+ * Copyright 2001-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>
+    <name>XmlSchema</name>
+	<pomVersion>3</pomVersion>
+	<!-- a unique name for this project -->
+	<name>Apache XmlSchema</name>
+	<id>XmlSchema</id>
+	<groupId>ws-commons</groupId>
+	<package>org.apache.commons</package>
+	<currentVersion>${schema.version}</currentVersion>
+	<!-- details about the organization that 'owns' the project -->
+	<organization>
+		<name>Apache Software Foundation</name>
+		<url>http://www.apache.org/</url>
+		<logo>http://www.apache.org/images/asf-logo.gif</logo>
+	</organization>
+	<inceptionYear>2004</inceptionYear>
+	<package>org.apache.commons</package>
+	<logo>http://www.apache.org/images/asf-logo.gif</logo>
+	<description>API to manipulate XmlSchema.</description>
+	<shortDescription>API to manipulate XmlSchema.</shortDescription>
+	<!-- the project home page -->
+	<url>http://ws.apache.org/commons/XmlSchema</url>
+	<issueTrackingUrl>http://issues.apache.org/jira/browse/WS-Commons</issueTrackingUrl>
+	<siteAddress>ws.apache.org/commons/XmlSchema</siteAddress>
+	<siteDirectory>/www/ws.apache.org/commons/XmlSchema/</siteDirectory>
+	<distributionDirectory>/www/ws.apache.org/builds/</distributionDirectory>
+
+    <!-- ========== -->
+	<!-- Developers -->
+	<!-- ========== -->
+	<developers>
+		<developer>
+			<name>Davanum Srinivas</name>
+			<id>dims</id>
+			<email>dims AT wso2.com</email>
+			<organization>WSO2</organization>
+		</developer>
+		<developer>
+			<name>Sanjiva Weerawarana</name>
+			<id>sanjiva</id>
+			<email>sanjiva AT wso2.com</email>
+			<organization>WSO2</organization>
+		</developer>
+		<developer>
+			<name>Glen Daniels</name>
+			<id>gdaniels</id>
+			<email>gdaniels AT apache.org</email>
+			<organization>Sonic Software</organization>
+		</developer>
+		<developer>
+			<name>Aleksander Slominski</name>
+			<id>alek</id>
+			<email>aslom AT cs.indiana.edu</email>
+			<organization>Indiana University Extreme! Computing Lab</organization>
+		</developer>
+		<developer>
+			<name>Srinath Perera</name>
+			<id>hemapani</id>
+			<email>hemapani AT apache.org</email>
+			<organization>Lanka Software Foundation</organization>
+			<url>http://www.apache.org/~hemapani</url>
+		</developer>
+		<developer>
+			<name>Eran Chinthaka</name>
+			<id>chinthaka</id>
+			<email>chinthaka AT wso2.com</email>
+			<organization>WSO2</organization>
+			<url>http://www.apache.org/~chinthaka</url>
+		</developer>
+		<developer>
+			<name>Dasarath Weerathunga</name>
+			<id>dasarath</id>
+			<email>dasarath AT opensource.lk</email>
+			<organization>Lanka Software Foundation</organization>
+		</developer>
+		<developer>
+			<name>Jaliya Ekanayake</name>
+			<id>jaliya</id>
+			<email>jaliya AT opensource.lk</email>
+			<organization>Virtusa / Lanka Software Foundation</organization>
+			<url>http://www.apache.org/~jaliya</url>
+		</developer>
+		<developer>
+			<name>Chathura Herath</name>
+			<id>chathura</id>
+			<email>chathura AT opensource.lk</email>
+			<organization>LSF/MIT</organization>
+			<url>www.apache.org/~chathura</url>
+		</developer>
+		<developer>
+			<name>Deepal Jayasinghe</name>
+			<id>deepal</id>
+			<email>deepal AT wso2.com</email>
+			<organization>WSO2</organization>
+			<url>http://www.apache.org/~deepal</url>
+		</developer>
+		<developer>
+			<name>Ajith Ranabahu</name>
+			<id>ajith</id>
+			<email>ajith AT wso2.com</email>
+			<organization>WSO2</organization>
+			<url>http://www.apache.org/~ajith</url>
+		</developer>
+		<developer>
+			<name>Venkat Reddy</name>
+			<id>venkat</id>
+			<email>vreddyp AT gmail.com</email>
+			<organization>Computer Associates</organization>
+		</developer>
+		<developer>
+			<name>Ashutosh Shahi</name>
+			<id>ashu</id>
+			<email>Ashutosh.Shahi AT ca.com</email>
+			<organization>Computer Associates</organization>
+		</developer>
+		<developer>
+			<name>Jayachandra Sekhara Rao Sunkara</name>
+			<id>jaya</id>
+			<email>jayachandra AT gmail.com</email>
+			<organization>Computer Associates</organization>
+		</developer>
+		<developer>
+			<name>Thilina Gunarathne</name>
+			<id>thilina</id>
+			<email>thilina AT opensource.lk</email>
+			<organization>Lanka Software Foundation</organization>
+		</developer>
+		<developer>
+			<name>Ruchith Fernando</name>
+			<id>ruchith</id>
+			<email>ruchith AT wso2.com</email>
+			<organization>WSO2</organization>
+		</developer>
+		<developer>
+			<name>Saminda Abeyruwan</name>
+			<id>saminda</id>
+			<email>saminda AT wso2.com</email>
+			<organization>WSO2</organization>
+		</developer>
+		<developer>
+			<name>Chamil Thanthrimudalige</name>
+			<id>chamil</id>
+			<email>chamil AT wso2.com</email>
+			<organization>WSO2</organization>
+		</developer>
+
+	</developers>
+	
+    <build>
+        <nagEmailAddress></nagEmailAddress>
+        <sourceDirectory>src</sourceDirectory>
+        <unitTestSourceDirectory>test</unitTestSourceDirectory>
+
+        <unitTest>
+            <excludes>
+            </excludes>
+            <includes>
+                <include>**/*Test*.java</include>
+            </includes>
+
+            <resources>
+                <resource>
+                    <directory>${basedir}/test-resources</directory>
+                </resource>
+                <resource>
+                    <directory>conf</directory>
+                    <includes>
+                        <include>**/*.properties</include>
+                    </includes>
+                </resource>
+                <resource>
+                    <directory>src</directory>
+                    <includes>
+                        <include>**/*.properties</include>
+                        <include>**/*.xml</include>
+                    </includes>
+                </resource>
+            </resources>
+        </unitTest>
+
+        <resources>
+            <resource>
+                <directory>conf</directory>
+                <includes>
+                    <include>**/*.properties</include>
+                </includes>
+            </resource>
+            <resource>
+                <directory>src</directory>
+                <includes>
+                    <include>**/*.properties</include>
+                    <include>**/*.xml</include>
+                </includes>
+            </resource>
+        </resources>
+    </build>
+    
+    <reports>
+        <report>maven-junit-report-plugin</report>
+    </reports>
+</project>