[jira] Updated: (MPXDOC-131) allow i18n links

2005-08-20 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MPXDOC-131?page=all ] Brett Porter updated MPXDOC-131: Description: Currently, we can't directly use the pom or velocity in user-documentation. JSL is applied to the user-docs as-is. I suggest having a property called

[jira] Closed: (MNG-748) Edit enable maven-war-plugin and maven-jar-plugin properties

2005-08-20 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-748?page=all ] Brett Porter closed MNG-748: Resolution: Won't Fix you say you "need" to have a JAR inside WEB-INF lib instead of classes. If you really need this, please file a new bug that asks for that feature w

[jira] Updated: (MNG-755) Running "m2 -fae" does not use POM or reactor

2005-08-20 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-755?page=all ] Brett Porter updated MNG-755: - Fix Version: 2.0-beta-1 what is the bug you are reporting here? that -fae doesn't work (ie it didn't fail at the end), or that you got a NPE in the jar building? For the fi

[jira] Updated: (MNG-756) error updating poms that should exist in the project hierarchy

2005-08-20 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-756?page=all ] Brett Porter updated MNG-756: - Fix Version: 2.0-beta-1 > error updating poms that should exist in the project hierarchy > -- > > Key: MN

[jira] Commented: (MNG-757) Transitive dependency resolution ignores custom repositories

2005-08-20 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-757?page=comments#action_44807 ] Brett Porter commented on MNG-757: -- btw, this is easier to test using a file:// repo than a test repo on http > Transitive dependency resolution ignores custom repositories > ---

[jira] Updated: (MNG-757) Transitive dependency resolution ignores custom repositories

2005-08-20 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-757?page=all ] Brett Porter updated MNG-757: - Assign To: John Casey Fix Version: 2.0-beta-1 yeah, this is a bug. probably a regression related to recent fixes in profile merging. > Transitive dependency resolutio

Re: [m2] handling source artifacts

2005-08-20 Thread Brett Porter
Fabrizio Giustina wrote: >What about start managing source archives as proper artifacts and >assign them a type? We could use "src.jar" as the standard artifact >type so that artifactFactory.createArtifact( "junit", "junit", >"3.8.1", null, "src.jar" ) can be used? > >If this is ok I could try to

Re: [M2] Bug in war plugin?

2005-08-20 Thread Brett Porter
It's a bit confusing - warSourceDirectory actually is sourceDirectory (its passed in as a parameter). Given that the copyResources method isn't static and only used once, it probably would be better to remove the first two parameters and use the fields passed in instead. - Brett Carsten Ziegeler

Re: [REPOCLEAN] Error(s) occurred while converting repository

2005-08-20 Thread Brett Porter
fixed REPOCLEAN wrote: >Errors occurred while performing maven-1 to maven-2 repository conversion. > >For more details, see: > >http://test.maven.codehaus.org/reports/repoclean/20-Aug-2005_12.01.09/repository.report.txt > >- >To

[jira] Created: (MNG-758) final clarifications of Mojo API

2005-08-20 Thread Brett Porter (JIRA)
final clarifications of Mojo API Key: MNG-758 URL: http://jira.codehaus.org/browse/MNG-758 Project: Maven 2 Type: Improvement Components: maven-plugin-api Reporter: Brett Porter Fix For: 2.0-beta-1 I'm finding the expressi

[maven2 build - SUCCESS - update] Sun Aug 21 05:45:00 GMT 2005

2005-08-20 Thread continuum
Distribution: http://maven.zones.apache.org/~maven/builds/m2-20050821.054500.tar.gz Log: http://maven.zones.apache.org/~maven/logs/m2-build-log-20050821.054500.txt - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comman

svn commit: r234150 - /maven/components/trunk/maven-archetype/maven-archetype-plugin/src/main/java/org/apache/maven/plugin/archetype/MavenArchetypeMojo.java

2005-08-20 Thread brett
Author: brett Date: Sat Aug 20 22:41:30 2005 New Revision: 234150 URL: http://svn.apache.org/viewcvs?rev=234150&view=rev Log: default to group ID for package Modified: maven/components/trunk/maven-archetype/maven-archetype-plugin/src/main/java/org/apache/maven/plugin/archetype/MavenArchetype

[maven2 build - SUCCESS - update] Sun Aug 21 05:15:00 GMT 2005

2005-08-20 Thread continuum
Distribution: http://maven.zones.apache.org/~maven/builds/m2-20050821.051500.tar.gz Log: http://maven.zones.apache.org/~maven/logs/m2-build-log-20050821.051500.txt - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comman

svn commit: r234149 - /maven/components/trunk/maven-core/src/main/java/org/apache/maven/lifecycle/DefaultLifecycleExecutor.java

2005-08-20 Thread brett
Author: brett Date: Sat Aug 20 22:16:28 2005 New Revision: 234149 URL: http://svn.apache.org/viewcvs?rev=234149&view=rev Log: make sure to load extensions from all projects, not just the root in a reactor Modified: maven/components/trunk/maven-core/src/main/java/org/apache/maven/lifecycle/De

svn commit: r234147 - in /maven/maven-1/core/trunk/xdocs: .htaccess errors/404.xml

2005-08-20 Thread brett
Author: brett Date: Sat Aug 20 22:07:12 2005 New Revision: 234147 URL: http://svn.apache.org/viewcvs?rev=234147&view=rev Log: tone down error page, activate it Added: maven/maven-1/core/trunk/xdocs/.htaccess Modified: maven/maven-1/core/trunk/xdocs/errors/404.xml Added: maven/maven-1/cor

svn commit: r234144 - in /maven/components/trunk: maven-core-it/it0048/ maven-core-it/it0049/ maven-core-it/it0050/ maven-core-it/it0051/ maven-core-it/it0052/ maven-plugins/maven-antrun-plugin/ sandbox/repoclean/

2005-08-20 Thread brett
Author: brett Date: Sat Aug 20 21:12:40 2005 New Revision: 234144 URL: http://svn.apache.org/viewcvs?rev=234144&view=rev Log: ignores Modified: maven/components/trunk/maven-core-it/it0048/ (props changed) maven/components/trunk/maven-core-it/it0049/ (props changed) maven/component

[REPOCLEAN] Error(s) occurred while converting repository

2005-08-20 Thread REPOCLEAN
Errors occurred while performing maven-1 to maven-2 repository conversion. For more details, see: http://test.maven.codehaus.org/reports/repoclean/21-Aug-2005_12.02.15/repository.report.txt - To unsubscribe, e-mail: [EMAIL PROTE

[maven2 build - SUCCESS - update] Sun Aug 21 00:45:00 GMT 2005

2005-08-20 Thread continuum
Distribution: http://maven.zones.apache.org/~maven/builds/m2-20050821.004500.tar.gz Log: http://maven.zones.apache.org/~maven/logs/m2-build-log-20050821.004500.txt - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comman

[maven2 build - FAILED - checkout] Sun Aug 21 00:15:00 GMT 2005

2005-08-20 Thread continuum
Log: http://maven.zones.apache.org/~maven/logs/m2-build-log-20050821.001500.txt - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[REPOCLEAN] Error(s) occurred while converting repository

2005-08-20 Thread REPOCLEAN
Errors occurred while performing maven-1 to maven-2 repository conversion. For more details, see: http://test.maven.codehaus.org/reports/repoclean/20-Aug-2005_08.01.02/repository.report.txt - To unsubscribe, e-mail: [EMAIL PROTE

[REPOCLEAN] Error(s) occurred while converting repository

2005-08-20 Thread REPOCLEAN
Errors occurred while performing maven-1 to maven-2 repository conversion. For more details, see: http://test.maven.codehaus.org/reports/repoclean/20-Aug-2005_04.01.05/repository.report.txt - To unsubscribe, e-mail: [EMAIL PROTE

[continuum build - FAILED - update] Sat Aug 20 17:00:00 GMT 2005

2005-08-20 Thread continuum
Log: http://maven.zones.apache.org/~continuum/logs/continuum-build-log-20050820.17.txt

[M2] Bug in war plugin?

2005-08-20 Thread Carsten Ziegeler
I'm trying to find some strange behaviour with the packaging of the war plugin and came across this code in the WarMojo: public void copyResources( ... ) { if ( !sourceDirectory.equals( webappDirectory ) ) { ... if ( warSourceDirectory.exists() ) { ...

[continuum build - FAILED - update] Sat Aug 20 16:00:00 GMT 2005

2005-08-20 Thread continuum
Log: http://maven.zones.apache.org/~continuum/logs/continuum-build-log-20050820.16.txt

[REPOCLEAN] Error(s) occurred while converting repository

2005-08-20 Thread REPOCLEAN
Errors occurred while performing maven-1 to maven-2 repository conversion. For more details, see: http://test.maven.codehaus.org/reports/repoclean/20-Aug-2005_12.01.09/repository.report.txt - To unsubscribe, e-mail: [EMAIL PROTE

[continuum build - FAILED - update] Sat Aug 20 14:00:00 GMT 2005

2005-08-20 Thread continuum
Log: http://maven.zones.apache.org/~continuum/logs/continuum-build-log-20050820.14.txt

[m2] handling source artifacts

2005-08-20 Thread Fabrizio Giustina
Hi devs while playing with the m2 eclipse plugin trying to add support for source attachments I was stuck with some inconsistencies in artifact naming. Actually the m2 source plugin (JarSourceMojo) generates the name for the jar file using finalName + "-sources.jar". This means that, given a jar a

[continuum build - FAILED - update] Sat Aug 20 10:00:00 GMT 2005

2005-08-20 Thread continuum
Log: http://maven.zones.apache.org/~continuum/logs/continuum-build-log-20050820.10.txt

[continuum build - FAILED - update] Sat Aug 20 09:30:00 GMT 2005

2005-08-20 Thread continuum
Log: http://maven.zones.apache.org/~continuum/logs/continuum-build-log-20050820.093000.txt

[continuum build - FAILED - update] Sat Aug 20 09:00:00 GMT 2005

2005-08-20 Thread continuum
Log: http://maven.zones.apache.org/~continuum/logs/continuum-build-log-20050820.09.txt

[continuum build - FAILED - update] Sat Aug 20 08:30:00 GMT 2005

2005-08-20 Thread continuum
Log: http://maven.zones.apache.org/~continuum/logs/continuum-build-log-20050820.083000.txt

[continuum build - FAILED - update] Sat Aug 20 08:00:00 GMT 2005

2005-08-20 Thread continuum
Log: http://maven.zones.apache.org/~continuum/logs/continuum-build-log-20050820.08.txt

[jira] Created: (MPIDEA-36) Possibility to specify javadoc path for dependencies

2005-08-20 Thread Erland Isaksson (JIRA)
Possibility to specify javadoc path for dependencies Key: MPIDEA-36 URL: http://jira.codehaus.org/browse/MPIDEA-36 Project: maven-idea-plugin Type: New Feature Reporter: Erland Isaksson Priority: Minor I wou

[continuum build - FAILED - update] Sat Aug 20 07:30:00 GMT 2005

2005-08-20 Thread continuum
Log: http://maven.zones.apache.org/~continuum/logs/continuum-build-log-20050820.073000.txt

[continuum build - FAILED - update] Sat Aug 20 07:00:00 GMT 2005

2005-08-20 Thread continuum
Log: http://maven.zones.apache.org/~continuum/logs/continuum-build-log-20050820.07.txt