You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-dev@xerces.apache.org by Nathan Beyer <nb...@gmail.com> on 2006/10/05 04:50:46 UTC

Maven 2 POM Proposal

Below is the updated POM I'd like to use for uploading the 2.8.1 JAR.
This is based on the 2.8.0 POM that's currently in the central
repository [1]. If you're not familiar with the POM structure, check
out this reference [2]. If there are any changes desired, just let me
know.


<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
	<modelVersion>4.0.0</modelVersion>
	<parent>
		<groupId>org.apache</groupId>
		<artifactId>apache</artifactId>
		<version>3</version>
	</parent>
	<groupId>xerces</groupId>
	<artifactId>xercesImpl</artifactId>
	<version>2.8.1</version>
	<name>Xerces2 Java Parser</name>
	<description>
		Xerces2 is the next generation of high performance, fully
		compliant XML parsers in the Apache Xerces family. This new
		version of Xerces introduces the Xerces Native Interface (XNI),
		a complete framework for building parser components and
		configurations that is extremely modular and easy to program.
	</description>
	<url>http://xerces.apache.org/xerces2-j/</url>
	<issueManagement>
		<system>JIRA</system>
		<url>http://issues.apache.org/jira/browse/XERCESJ</url>
	</issueManagement>
	<mailingLists>
		<mailingList>
			<name>Xerces Java User's List</name>
			<archive>
				http://mail-archives.apache.org/mod_mbox/xerces-j-users/
			</archive>
			<post>j-users@xerces.apache.org</post>
			<subscribe>j-users-subscribe@xerces.apache.org</subscribe>
			<unsubscribe>
				j-users-unsubscribe@xerces.apache.org
			</unsubscribe>
		</mailingList>
		<mailingList>
			<name>Xerces Java Developer's List</name>
			<archive>
				http://mail-archives.apache.org/mod_mbox/xerces-j-dev/
			</archive>
			<post>j-dev@xerces.apache.org</post>
			<subscribe>j-dev-subscribe@xerces.apache.org</subscribe>
			<unsubscribe>
				j-dev-unsubscribe@xerces.apache.org
			</unsubscribe>
		</mailingList>
	</mailingLists>
	<scm>
		<connection>
			scm:svn:http://svn.apache.org/repos/asf/xerces/java/tags/Xerces-J_2_8_1/
		</connection>
		<url>
			http://svn.apache.org/viewvc/xerces/java/tags/Xerces-J_2_8_1/
		</url>
	</scm>
	<dependencies>
		<dependency>
			<groupId>xml-apis</groupId>
			<artifactId>xml-apis</artifactId>
			<version>1.3.03</version>
		</dependency>
		<dependency>
			<groupId>xml-resolver</groupId>
			<artifactId>xml-resolver</artifactId>
			<version>1.1</version>
			<optional>true</optional>
		</dependency>
	</dependencies>
</project>

-Nathan

[1] http://repo1.maven.org/maven2/xerces/xercesImpl/2.8.0/xercesImpl-2.8.0.pom
[2] http://maven.apache.org/ref/current/maven-model/maven.html

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


Re: Maven 2 POM Proposal

Posted by Michael Glavassevich <mr...@ca.ibm.com>.
Hi Nathan,

Based on what I've read on the Maven site and my own intuition this looks 
good to me and probably ready to post to the repository. Thanks for 
putting this together.

Michael Glavassevich
XML Parser Development
IBM Toronto Lab
E-mail: mrglavas@ca.ibm.com
E-mail: mrglavas@apache.org

"Nathan Beyer" <nb...@gmail.com> wrote on 10/04/2006 10:50:46 PM:

> Below is the updated POM I'd like to use for uploading the 2.8.1 JAR.
> This is based on the 2.8.0 POM that's currently in the central
> repository [1]. If you're not familiar with the POM structure, check
> out this reference [2]. If there are any changes desired, just let me
> know.
> 
> 
> <?xml version="1.0" encoding="UTF-8"?>
> <project xmlns="http://maven.apache.org/POM/4.0.0"
>    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
>    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
> http://maven.apache.org/maven-v4_0_0.xsd">
>    <modelVersion>4.0.0</modelVersion>
>    <parent>
>       <groupId>org.apache</groupId>
>       <artifactId>apache</artifactId>
>       <version>3</version>
>    </parent>
>    <groupId>xerces</groupId>
>    <artifactId>xercesImpl</artifactId>
>    <version>2.8.1</version>
>    <name>Xerces2 Java Parser</name>
>    <description>
>       Xerces2 is the next generation of high performance, fully
>       compliant XML parsers in the Apache Xerces family. This new
>       version of Xerces introduces the Xerces Native Interface (XNI),
>       a complete framework for building parser components and
>       configurations that is extremely modular and easy to program.
>    </description>
>    <url>http://xerces.apache.org/xerces2-j/</url>
>    <issueManagement>
>       <system>JIRA</system>
>       <url>http://issues.apache.org/jira/browse/XERCESJ</url>
>    </issueManagement>
>    <mailingLists>
>       <mailingList>
>          <name>Xerces Java User's List</name>
>          <archive>
>             http://mail-archives.apache.org/mod_mbox/xerces-j-users/
>          </archive>
>          <post>j-users@xerces.apache.org</post>
>          <subscribe>j-users-subscribe@xerces.apache.org</subscribe>
>          <unsubscribe>
>             j-users-unsubscribe@xerces.apache.org
>          </unsubscribe>
>       </mailingList>
>       <mailingList>
>          <name>Xerces Java Developer's List</name>
>          <archive>
>             http://mail-archives.apache.org/mod_mbox/xerces-j-dev/
>          </archive>
>          <post>j-dev@xerces.apache.org</post>
>          <subscribe>j-dev-subscribe@xerces.apache.org</subscribe>
>          <unsubscribe>
>             j-dev-unsubscribe@xerces.apache.org
>          </unsubscribe>
>       </mailingList>
>    </mailingLists>
>    <scm>
>       <connection>
>          scm:svn:http://svn.apache.
> org/repos/asf/xerces/java/tags/Xerces-J_2_8_1/
>       </connection>
>       <url>
>          http://svn.apache.org/viewvc/xerces/java/tags/Xerces-J_2_8_1/
>       </url>
>    </scm>
>    <dependencies>
>       <dependency>
>          <groupId>xml-apis</groupId>
>          <artifactId>xml-apis</artifactId>
>          <version>1.3.03</version>
>       </dependency>
>       <dependency>
>          <groupId>xml-resolver</groupId>
>          <artifactId>xml-resolver</artifactId>
>          <version>1.1</version>
>          <optional>true</optional>
>       </dependency>
>    </dependencies>
> </project>
> 
> -Nathan
> 
> [1] 
http://repo1.maven.org/maven2/xerces/xercesImpl/2.8.0/xercesImpl-2.8.0.pom
> [2] http://maven.apache.org/ref/current/maven-model/maven.html
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: j-dev-unsubscribe@xerces.apache.org
> For additional commands, e-mail: j-dev-help@xerces.apache.org


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


Re: Maven 2 POM Proposal

Posted by Michael Glavassevich <mr...@ca.ibm.com>.
Hi Nathan,

Based on what I've read on the Maven site and my own intuition this looks 
good to me and probably ready to post to the repository. Thanks for 
putting this together.

Michael Glavassevich
XML Parser Development
IBM Toronto Lab
E-mail: mrglavas@ca.ibm.com
E-mail: mrglavas@apache.org

"Nathan Beyer" <nb...@gmail.com> wrote on 10/04/2006 10:50:46 PM:

> Below is the updated POM I'd like to use for uploading the 2.8.1 JAR.
> This is based on the 2.8.0 POM that's currently in the central
> repository [1]. If you're not familiar with the POM structure, check
> out this reference [2]. If there are any changes desired, just let me
> know.
> 
> 
> <?xml version="1.0" encoding="UTF-8"?>
> <project xmlns="http://maven.apache.org/POM/4.0.0"
>    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
>    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
> http://maven.apache.org/maven-v4_0_0.xsd">
>    <modelVersion>4.0.0</modelVersion>
>    <parent>
>       <groupId>org.apache</groupId>
>       <artifactId>apache</artifactId>
>       <version>3</version>
>    </parent>
>    <groupId>xerces</groupId>
>    <artifactId>xercesImpl</artifactId>
>    <version>2.8.1</version>
>    <name>Xerces2 Java Parser</name>
>    <description>
>       Xerces2 is the next generation of high performance, fully
>       compliant XML parsers in the Apache Xerces family. This new
>       version of Xerces introduces the Xerces Native Interface (XNI),
>       a complete framework for building parser components and
>       configurations that is extremely modular and easy to program.
>    </description>
>    <url>http://xerces.apache.org/xerces2-j/</url>
>    <issueManagement>
>       <system>JIRA</system>
>       <url>http://issues.apache.org/jira/browse/XERCESJ</url>
>    </issueManagement>
>    <mailingLists>
>       <mailingList>
>          <name>Xerces Java User's List</name>
>          <archive>
>             http://mail-archives.apache.org/mod_mbox/xerces-j-users/
>          </archive>
>          <post>j-users@xerces.apache.org</post>
>          <subscribe>j-users-subscribe@xerces.apache.org</subscribe>
>          <unsubscribe>
>             j-users-unsubscribe@xerces.apache.org
>          </unsubscribe>
>       </mailingList>
>       <mailingList>
>          <name>Xerces Java Developer's List</name>
>          <archive>
>             http://mail-archives.apache.org/mod_mbox/xerces-j-dev/
>          </archive>
>          <post>j-dev@xerces.apache.org</post>
>          <subscribe>j-dev-subscribe@xerces.apache.org</subscribe>
>          <unsubscribe>
>             j-dev-unsubscribe@xerces.apache.org
>          </unsubscribe>
>       </mailingList>
>    </mailingLists>
>    <scm>
>       <connection>
>          scm:svn:http://svn.apache.
> org/repos/asf/xerces/java/tags/Xerces-J_2_8_1/
>       </connection>
>       <url>
>          http://svn.apache.org/viewvc/xerces/java/tags/Xerces-J_2_8_1/
>       </url>
>    </scm>
>    <dependencies>
>       <dependency>
>          <groupId>xml-apis</groupId>
>          <artifactId>xml-apis</artifactId>
>          <version>1.3.03</version>
>       </dependency>
>       <dependency>
>          <groupId>xml-resolver</groupId>
>          <artifactId>xml-resolver</artifactId>
>          <version>1.1</version>
>          <optional>true</optional>
>       </dependency>
>    </dependencies>
> </project>
> 
> -Nathan
> 
> [1] 
http://repo1.maven.org/maven2/xerces/xercesImpl/2.8.0/xercesImpl-2.8.0.pom
> [2] http://maven.apache.org/ref/current/maven-model/maven.html
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: j-dev-unsubscribe@xerces.apache.org
> For additional commands, e-mail: j-dev-help@xerces.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: j-users-unsubscribe@xerces.apache.org
For additional commands, e-mail: j-users-help@xerces.apache.org