Henri:
Pesonally this is more of an internal Avalon project issue.
New content at this level should be discussed and agreed on the Avalon
Dev list before commits are made.
Cherrs, Steve.
Henri Yandell wrote:
>Having had the issue come up in Commons with b4, which did change the
>build system, you might not be aware Nicola that the b5 Maven doesn't
>change existing build structures [ie) build.xml]. It simply involves
>adding a project.xml which in no way interferes.
>
>So not a change to the build system but a second build system. Anyway,
>just in case you're viewing it based on the big Commons-thread on this a
>month or two back.
>
>Hen
>
>On Sun, 18 Aug 2002, Nicola Ken Barozzi wrote:
>
>
>
>>-1
>>
>>This is a change to the build system, and hasn't been discussed yet on
>>the list.
>>It will confuse users/developers.
>>
>>You can put a text file that says where to download it from and make it
>>downloadable separately, or put it in a second-level directory as
>>src/resources or in /tools.
>>
>>
>>[EMAIL PROTECTED] wrote:
>>
>>
>>>donaldp 2002/08/18 00:50:05
>>>
>>> Added: . project.xml project-master.xml
>>> Log:
>>> Add a few Maven descriptors to see what it looks like.
>>>
>>> Revision Changes Path
>>> 1.1 jakarta-avalon/project.xml
>>>
>>> Index: project.xml
>>> ===================================================================
>>> <?xml version="1.0" encoding="UTF-8"?>
>>>
>>> <project>
>>> <extend>project-master.xml</extend>
>>> <name>Avalon Framework</name>
>>> <id>avalon-framework</id>
>>> <currentVersion>4.0</currentVersion>
>>> <inceptionYear>2000</inceptionYear>
>>> <shortDescription>Avalon Framework</shortDescription>
>>> <description>Avalon Framework</description>
>>>
>>> <developers>
>>> <developer>
>>> <name>Berin Loritsch</name>
>>> <id></id>
>>> <email></email>
>>> <organization></organization>
>>> </developer>
>>> </developers>
>>>
>>> <dependencies>
>>>
>>> <dependency>
>>> <id>xml-apis</id>
>>> <version>1.0.b2</version>
>>> </dependency>
>>>
>>> <dependency>
>>> <id>xerces</id>
>>> <version>2.0.1</version>
>>> </dependency>
>>>
>>> <dependency>
>>> <id>xalan</id>
>>> <version>2.3.1</version>
>>> </dependency>
>>>
>>> <dependency>
>>> <id>log4j</id>
>>> <version>1.1.3</version>
>>> </dependency>
>>>
>>> <dependency>
>>> <id>logkit</id>
>>> <version>1.0.1</version>
>>> </dependency>
>>>
>>> <dependency>
>>> <id>junit</id>
>>> <version>3.7</version>
>>> </dependency>
>>>
>>> </dependencies>
>>>
>>> <build>
>>> <sourceModifications>
>>> <sourceModification>
>>> <className>java.util.logging.Logger</className>
>>> <excludes>
>>> <exclude>**/Jdk14Logger.java</exclude>
>>> </excludes>
>>> </sourceModification>
>>> </sourceModifications>
>>> </build>
>>>
>>> </project>
>>>
>>>
>>>
>>> 1.1 jakarta-avalon/project-master.xml
>>>
>>> Index: project-master.xml
>>> ===================================================================
>>> <?xml version="1.0" encoding="UTF-8"?>
>>>
>>> <project>
>>> <pomVersion>3</pomVersion>
>>> <id>avalon-master</id>
>>> <name>Avalon Master Maven POM</name>
>>> <currentVersion>1.0</currentVersion>
>>>
>>> <organization>
>>> <name>Apache Software Foundation</name>
>>> <url>http://www.apache.org</url>
>>> <logo>/images/jakarta-logo-blue.gif</logo>
>>> </organization>
>>> <logo>/images/logo.jpg</logo>
>>> <package>org.apache.avalon.${pom.id.substring(7)}</package>
>>> <gumpRepositoryId>jakarta</gumpRepositoryId>
>>>
>>> <url>http://jakarta.apache.org/avalon/${pom.id.substring(7)}.html</url>
>>> <issueTrackingUrl>http://nagoya.apache.org/</issueTrackingUrl>
>>>
>>> <siteAddress>www.apache.org</siteAddress>
>>>
><siteDirectory>/www/jakarta.apache.org/avalon/${pom.id.substring(7)}/</siteDirectory>
>>>
><distributionDirectory>/www/jakarta.apache.org/builds/jakarta-avalon/${pom.id.substring(8)}/</distributionDirectory>
>>>
>>> <repository>
>>>
><connection>scm:cvs:pserver:[EMAIL PROTECTED]:/home/cvspublic:jakarta-avalon/${pom.id.substring(8)}</connection>
>>>
><url>http://cvs.apache.org/viewcvs/jakarta-avalon/${pom.id.substring(7)}/</url>
>>> </repository>
>>>
>>> <mailingLists>
>>> <mailingList>
>>> <name>Avalon Dev List</name>
>>> <subscribe>[EMAIL PROTECTED]</subscribe>
>>> <unsubscribe>[EMAIL PROTECTED]</unsubscribe>
>>>
><archive>http://nagoya.apache.org/eyebrowse/SummarizeList?[EMAIL PROTECTED]</archive>
>>> </mailingList>
>>> <mailingList>
>>> <name>Avalon User List</name>
>>> <subscribe>[EMAIL PROTECTED]</subscribe>
>>> <unsubscribe>[EMAIL PROTECTED]</unsubscribe>
>>>
><archive>http://nagoya.apache.org/eyebrowse/SummarizeList?[EMAIL PROTECTED]</archive>
>>> </mailingList>
>>> </mailingLists>
>>>
>>> <build>
>>> <nagEmailAddress>[EMAIL PROTECTED]</nagEmailAddress>
>>> <sourceDirectory>src/java</sourceDirectory>
>>> <unitTestSourceDirectory>src/test</unitTestSourceDirectory>
>>> <integrationUnitTestSourceDirectory/>
>>> <aspectSourceDirectory/>
>>>
>>> <!-- Unit test classes -->
>>> <unitTest>
>>> <includes>
>>> <include>**/Test*.java</include>
>>> </includes>
>>> </unitTest>
>>>
>>> <resources/>
>>>
>>> </build>
>>>
>>> </project>
>>>
>>>
>>>
>>--
>>Nicola Ken Barozzi [EMAIL PROTECTED]
>> - verba volant, scripta manent -
>> (discussions get forgotten, just code remains)
>>---------------------------------------------------------------------
>>
>>
>>--
>>To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
>>For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
>>
>>
>>
>>
>
>
>--
>To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
>For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
>
>
>
--
Stephen J. McConnell
OSM SARL
digital products for a global economy
mailto:[EMAIL PROTECTED]
http://www.osm.net
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>