Author: brett
Date: Sun Jun 19 22:00:32 2005
New Revision: 191393
URL: http://svn.apache.org/viewcvs?rev=191393&view=rev
Log:
use in archetypes
Modified:
maven/components/trunk/maven-archetype/maven-archetypes/maven-archetype-marmalade-mojo/pom.xml
maven/components/trunk/maven-archetyp
Author: brett
Date: Sun Jun 19 23:45:04 2005
New Revision: 191402
URL: http://svn.apache.org/viewcvs?rev=191402&view=rev
Log:
use newer wagon
Modified:
maven/components/trunk/maven-artifact/pom.xml
maven/components/trunk/maven-core/pom.xml
Modified: maven/components/trunk/maven-artifact/
[ http://jira.codehaus.org/browse/MNG-489?page=all ]
Brett Porter closed MNG-489:
Resolution: Fixed
> trim plugin resolution to those needed, to avoid unnecessary dep resolution
> for unused plugins
> ---
It is coming through from the modello plugin. It is a really crappy
situation which we need to sort out before the next modello release as
it has introduced dependencies for some other applications that maven
doesn't need.
You can rollback to alpha-2 of the modello plugin until we get it sorte
Hi,
I am trying to update my Eclipse workspace and "m2 eclipse:eclipse" is
blowing up while generating eclipse project for "maven-model". Attached
is the output for the execution. I think the artifact:
"http://www.ibiblio.org/maven2//servletapi/servlet/2.4/servlet-2.4.pom";
is incorrect - the
Syncing Apache Software Foundation
Syncing Codehaus
Syncing Maven Plugins @ SourceForge
Syncing Mortbay Consulting
Syncing ObjectWeb
Syncing Open Symphony
Syncing OS Java
[INFO] Actual number of artifacts rewritten: 0 (0 including POMs).
[ERROR] Error encountered while converting source repository
Errors occurred while performing maven-1 to maven-2 repository conversion.
For more details, see:
http://test.maven.codehaus.org/reports/repoclean/20-Jun-2005_02.09.28/repository.report.txt
-
To unsubscribe, e-mail: [EMAIL PROTE
Errors occurred while performing maven-1 to maven-2 repository conversion.
For more details, see:
http://test.maven.codehaus.org/reports/repoclean/20-Jun-2005_02.09.28/repository.report.txt
-
To unsubscribe, e-mail: [EMAIL PROTE
Author: brett
Date: Sun Jun 19 23:15:34 2005
New Revision: 191399
URL: http://svn.apache.org/viewcvs?rev=191399&view=rev
Log:
better default bindings of goals for a plexus application
Modified:
maven/components/trunk/maven-core/src/main/resources/META-INF/plexus/components.xml
Modified:
ma
Log:
http://www.codehaus.org/~maven/m2-build-logs/m2-build-log-20050620.020708.txt
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Log:
http://www.codehaus.org/~maven/m2-build-logs/m2-build-log-20050620.010706.txt
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Author: brett
Date: Sun Jun 19 21:29:46 2005
New Revision: 191392
URL: http://svn.apache.org/viewcvs?rev=191392&view=rev
Log:
fix pom formats as parsing is now stricter
Modified:
maven/components/trunk/maven-project/src/test/resources/canonical-pom.xml
maven/components/trunk/maven-proje
Author: brett
Date: Sun Jun 19 21:28:52 2005
New Revision: 191390
URL: http://svn.apache.org/viewcvs?rev=191390&view=rev
Log:
add lifecycle mdo to booty
Modified:
maven/components/trunk/maven-mboot2/src/main/java/MBoot.java
Modified: maven/components/trunk/maven-mboot2/src/main/java/MBoot.ja
Author: brett
Date: Sun Jun 19 21:29:02 2005
New Revision: 191391
URL: http://svn.apache.org/viewcvs?rev=191391&view=rev
Log:
fix import
Modified:
maven/components/trunk/maven-plugin-registry/src/main/java/org/apache/maven/plugin/registry/DefaultPluginRegistryBuilder.java
Modified:
maven/c
Log:
http://www.codehaus.org/~maven/m2-build-logs/m2-build-log-20050620.000700.txt
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
[ http://jira.codehaus.org/browse/MNG-490?page=comments#action_41674 ]
Rahul Thakur commented on MNG-490:
--
Yep! This is mine :-)
> Creating an archetype with a different folder structure for java and test
> sources still results in default (src/main/java)
Author: brett
Date: Sun Jun 19 20:39:42 2005
New Revision: 191385
URL: http://svn.apache.org/viewcvs?rev=191385&view=rev
Log:
PR: MNG-471
add @execute phase|lifecycle doclet tag for java and beanshell
not sure how this would be configured for marmalade - will leave this for a
once over of marmala
Author: brett
Date: Sun Jun 19 20:17:43 2005
New Revision: 191380
URL: http://svn.apache.org/viewcvs?rev=191380&view=rev
Log:
PR: MNG-471
add lifecycle mapping model
Added:
maven/components/trunk/maven-plugin-descriptor/src/main/mdo/
maven/components/trunk/maven-plugin-descriptor/src/main
Author: brett
Date: Sun Jun 19 20:19:21 2005
New Revision: 191383
URL: http://svn.apache.org/viewcvs?rev=191383&view=rev
Log:
correct lifecycle doco
Modified:
maven/components/trunk/maven-site/src/site/apt/lifecycle.apt
Modified: maven/components/trunk/maven-site/src/site/apt/lifecycle.apt
U
Author: brett
Date: Sun Jun 19 20:18:55 2005
New Revision: 191382
URL: http://svn.apache.org/viewcvs?rev=191382&view=rev
Log:
use latest modello for booty
Modified:
maven/components/trunk/maven-mboot2/pom.xml
Modified: maven/components/trunk/maven-mboot2/pom.xml
URL:
http://svn.apache.org/v
Author: brett
Date: Sun Jun 19 20:18:43 2005
New Revision: 191381
URL: http://svn.apache.org/viewcvs?rev=191381&view=rev
Log:
update to use executions
Modified:
maven/components/trunk/maven-model/pom.xml
Modified: maven/components/trunk/maven-model/pom.xml
URL:
http://svn.apache.org/viewcvs
configuration that does not apply to a particular mojo should be ignored, not
fail
--
Key: MNG-496
URL: http://jira.codehaus.org/browse/MNG-496
Project: Maven 2
Type: Bug
Components: m
Syncing Apache Software Foundation
Syncing Codehaus
Syncing Maven Plugins @ SourceForge
Syncing Mortbay Consulting
Syncing ObjectWeb
Syncing Open Symphony
Syncing OS Java
[INFO] Actual number of artifacts rewritten: 2 (4 including POMs).
[ERROR] Error encountered while converting source repository
Errors occurred while performing maven-1 to maven-2 repository conversion.
For more details, see:
http://test.maven.codehaus.org/reports/repoclean/19-Jun-2005_10.09.48/repository.report.txt
-
To unsubscribe, e-mail: [EMAIL PROTE
Errors occurred while performing maven-1 to maven-2 repository conversion.
For more details, see:
http://test.maven.codehaus.org/reports/repoclean/19-Jun-2005_10.09.48/repository.report.txt
-
To unsubscribe, e-mail: [EMAIL PROTE
prerequesite releases
-
Key: MNG-495
URL: http://jira.codehaus.org/browse/MNG-495
Project: Maven 2
Type: Task
Reporter: Brett Porter
Assigned to: John Casey
Priority: Blocker
Fix For: 2.0-alpha-3
we need to cut releases of some pr
[ http://jira.codehaus.org/browse/MNG-490?page=all ]
Brett Porter updated MNG-490:
-
Fix Version: 2.0-beta-1
thanks Rahul. Are you able to work on a fix for this?
> Creating an archetype with a different folder structure for java and test
> sources still re
defer plugin dependency resolution to execution rather than at addPlugin
Key: MNG-494
URL: http://jira.codehaus.org/browse/MNG-494
Project: Maven 2
Type: Improvement
Components: maven-core
allow executions with no id
---
Key: MNG-493
URL: http://jira.codehaus.org/browse/MNG-493
Project: Maven 2
Type: Bug
Components: maven-project
Reporter: Brett Porter
Assigned to: John Casey
Fix For: 2.0-alpha-3
currently, the
[ http://jira.codehaus.org/browse/MNG-303?page=all ]
Brett Porter updated MNG-303:
-
Assign To: Brett Porter
> dependency mediation and conflict management
>
>
> Key: MNG-303
> URL: http://jira.co
[ http://jira.codehaus.org/browse/MNG-313?page=all ]
Brett Porter updated MNG-313:
-
Assign To: Brett Porter
> POM dependency should transitively take the modules, not the dependencies
>
[ http://jira.codehaus.org/browse/MNG-63?page=all ]
Brett Porter updated MNG-63:
Assign To: Brett Porter
> current pom.artifactId not detected as part of a cyclical dependency
>
>
>
[ http://jira.codehaus.org/browse/MAVEN-1629?page=comments#action_41664 ]
Brett Porter commented on MAVEN-1629:
-
while I considered the shell/batch solution, it would slow general startup and
be a royal pain to implement in a batch file.
> Ugly error me
[ http://jira.codehaus.org/browse/MAVEN-1629?page=comments#action_41663 ]
dion gillard commented on MAVEN-1629:
-
Either that or check java -version in the shell scripts/batch file, as long as
the end-user has a better experience.
> Ugly error message wh
Fix mmld taglib discovery strategy for Ant compatibility
Key: MNG-492
URL: http://jira.codehaus.org/browse/MNG-492
Project: Maven 2
Type: Bug
Components: maven-plugins
Versions: 2.0-alpha-2
Environ
Hey thanks for the prompt response John, it all makes sense.
Looking forward to the next cut, appreciate your work.
daivdv
John Casey wrote:
> The short answer is that there is currently a bug in the m2 integration
> of marmalade. Last night I figured out that the taglib discovery
> strategy use
Syncing Apache Software Foundation
Syncing Codehaus
Syncing Maven Plugins @ SourceForge
Syncing Mortbay Consulting
Syncing ObjectWeb
Syncing Open Symphony
Syncing OS Java
[INFO] Actual number of artifacts rewritten: 0 (0 including POMs).
[ERROR] Error encountered while converting source repository
Errors occurred while performing maven-1 to maven-2 repository conversion.
For more details, see:
http://test.maven.codehaus.org/reports/repoclean/19-Jun-2005_06.10.12/repository.report.txt
-
To unsubscribe, e-mail: [EMAIL PROTE
Errors occurred while performing maven-1 to maven-2 repository conversion.
For more details, see:
http://test.maven.codehaus.org/reports/repoclean/19-Jun-2005_06.10.12/repository.report.txt
-
To unsubscribe, e-mail: [EMAIL PROTE
when selecting [a]ll at the register plugin version prompt, the plugin version
manager attempts to register the first plugin's version as rejected
--
Distribution:
http://www.codehaus.org/~maven/m2/m2-20050619.140706.tar.gz
Log:
http://www.codehaus.org/~maven/m2-build-logs/m2-build-log-20050619.140706.txt
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-m
Author: jdcasey
Date: Sun Jun 19 11:02:07 2005
New Revision: 191357
URL: http://svn.apache.org/viewcvs?rev=191357&view=rev
Log:
Adding default interval type of minutes, in case W|D|H|M is not specified. This
is to be consistent with the snapshot policy in the repository.
Modified:
maven/com
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
The short answer is that there is currently a bug in the m2 integration
of marmalade. Last night I figured out that the taglib discovery
strategy used for the Ant compatibility mode is not configured when m2
attempts to execute a marmalade-mojo. This m
Syncing Apache Software Foundation
Syncing Codehaus
Syncing Maven Plugins @ SourceForge
Syncing Mortbay Consulting
Syncing ObjectWeb
Syncing Open Symphony
Syncing OS Java
[INFO] Actual number of artifacts rewritten: 1 (2 including POMs).
[ERROR] Error encountered while converting source repository
Errors occurred while performing maven-1 to maven-2 repository conversion.
For more details, see:
http://test.maven.codehaus.org/reports/repoclean/19-Jun-2005_12.06.29/repository.report.txt
-
To unsubscribe, e-mail: [EMAIL PROTE
Errors occurred while performing maven-1 to maven-2 repository conversion.
For more details, see:
http://test.maven.codehaus.org/reports/repoclean/19-Jun-2005_12.06.29/repository.report.txt
-
To unsubscribe, e-mail: [EMAIL PROTE
[ http://jira.codehaus.org/browse/MAVENUPLOAD-411?page=all ]
Carlos Sanchez closed MAVENUPLOAD-411:
--
Assign To: Carlos Sanchez
Resolution: Fixed
> mstor 0.9.6 - Maven bundle
> --
>
> Key: MAVENUPLOAD-411
>
StringIndexOutOfBoundsException in getShortFilename
---
Key: MPJCOVERAGE-31
URL: http://jira.codehaus.org/browse/MPJCOVERAGE-31
Project: maven-jcoverage-plugin
Type: Bug
Versions: 1.0.9
Reporter: Stephen Col
Syncing Apache Software Foundation
Syncing Codehaus
Syncing Maven Plugins @ SourceForge
Syncing Mortbay Consulting
Syncing ObjectWeb
Syncing Open Symphony
Syncing OS Java
[INFO] Actual number of artifacts rewritten: 0 (0 including POMs).
[ERROR] Error encountered while converting source repository
[ http://jira.codehaus.org/browse/MAVEN-1629?page=comments#action_41642 ]
Brett Porter commented on MAVEN-1629:
-
maybe a modification to forehead (and for m2, classworlds) to do this check and
ensure it is targetted to 1.3?
> Ugly error message when JDK
Errors occurred while performing maven-1 to maven-2 repository conversion.
For more details, see:
http://test.maven.codehaus.org/reports/repoclean/19-Jun-2005_08.04.57/repository.report.txt
-
To unsubscribe, e-mail: [EMAIL PROTE
Errors occurred while performing maven-1 to maven-2 repository conversion.
For more details, see:
http://test.maven.codehaus.org/reports/repoclean/19-Jun-2005_08.04.57/repository.report.txt
-
To unsubscribe, e-mail: [EMAIL PROTE
ci.sh already running... exiting
maven24373 24370 0 07:07 ?00:00:00 /bin/sh
/home/projects/maven/ci.sh update
maven24419 24373 0 07:07 ?00:00:00 /bin/sh
/home/projects/maven/ci.sh update
maven24505 24419 0 07:07 ?00:00:00 /bin/sh
/home/projects/maven/ci.sh
Creating an archetype with a different folder structure for java and test
sources still results in default (src/main/java) folder being generated.
--
multirpoject and eclipse (faq)
--
Key: MPMULTIPROJECT-52
URL: http://jira.codehaus.org/browse/MPMULTIPROJECT-52
Project: maven-multiproject-plugin
Type: Improvement
Reporter: gilles dodinet
Assigned to: Brett Porter
Attachments: [fa
Syncing Apache Software Foundation
Syncing Codehaus
Syncing Maven Plugins @ SourceForge
Syncing Mortbay Consulting
Syncing ObjectWeb
Syncing Open Symphony
Syncing OS Java
[INFO] Actual number of artifacts rewritten: 0 (0 including POMs).
[ERROR] Error encountered while converting source repository
Errors occurred while performing maven-1 to maven-2 repository conversion.
For more details, see:
http://test.maven.codehaus.org/reports/repoclean/19-Jun-2005_04.04.08/repository.report.txt
-
To unsubscribe, e-mail: [EMAIL PROTE
Errors occurred while performing maven-1 to maven-2 repository conversion.
For more details, see:
http://test.maven.codehaus.org/reports/repoclean/19-Jun-2005_04.04.08/repository.report.txt
-
To unsubscribe, e-mail: [EMAIL PROTE
Ugly error message when JDK 1.3 is set for JAVA_HOME
Key: MAVEN-1629
URL: http://jira.codehaus.org/browse/MAVEN-1629
Project: maven
Type: Bug
Components: cli
Versions: 1.1-beta-1
Environment: JAVA_HOME
59 matches
Mail list logo