2009/7/14, Benjamin Bentmann :
>
> You could use "${reactorProjects}"
>
Oh! That's the magic thing i was searching for. Thanks!
-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h..
Hello, Maven developers.
I'm hacking on one Maven plugin and need to get artifacts that are
currently present in reactor. Is there any way to get them?
-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional com
[X] +1...Go, man, go!
2008/12/18 John Casey :
> Hi everyone,
>
> It's been quite awhile since we released a new version of the Assembly
> Plugin, and there have been some important fixes. Along with the plugin
> itself, its dependencies contain some improvements, and all of it is ready
> to be rel
Workaround: just do svn up and rerun mvn release:prepare
No, this issue is not fixed.
2008/12/10, Tobias Gierke <[EMAIL PROTECTED]>:
> Hi,
>
> We're thinking about upgrading our SVN server to 1.5.4 ... does anyone
> have a working solution/patch for the scm-/release-plugin issues ? Or
> has th
Why it is still _alpha_?
2008/9/26, Raphaël Piéroni <[EMAIL PROTECTED]>:
> The Maven team is pleased to announce the release of the Maven
> Archetype Plugin, version 2.0-alpha-4
>
> The Archetype Plugin allows the user to create a Maven 2 project from
> an existing template called an archetype.
ehaus.org/browse/MASSEMBLY-211
>
> Marat Radchenko wrote:
>>
>> When artifact has SNAPSHOT dependency, 'addClassPath' feature of
>> maven-jar-plugin will use 'SNAPSHOT' as version string. However,
>> maven-assembly-plugin's 'dependencySe
When artifact has SNAPSHOT dependency, 'addClassPath' feature of
maven-jar-plugin will use 'SNAPSHOT' as version string. However,
maven-assembly-plugin's 'dependencySet' feature will save file using
fully qualified repository version (something like
20080924.150522-14). This inconsistency leaves th
+1
2008/8/3 Wendy Smoak <[EMAIL PROTECTED]>:
> It's time to release the Deploy plugin.
>
> We solved 3 issues and added 1 new feature:
> http://jira.codehaus.org/secure/ReleaseNote.jspa?version=13110&styleName=Text&projectId=11131&Create=Create
>
>* [MDEPLOY-45] - Classifier not supported by d
+1
On 6/26/08, Dennis Lundberg <[EMAIL PROTECTED]> wrote:
> Hi,
>
> We solved 23 issues:
> http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11146&styleName=Html&version=13092
>
> There are still a lot of issues left in JIRA:
> http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=tr
+1 for 2.1, -1 for 2.0.10
On 5/4/08, nicolas de loof <[EMAIL PROTECTED]> wrote:
> Hello,
>
> As you can read at http://java.sun.com/j2se/1.4.2/
> *" J2SE 1.4.2 is in its Java Technology End of Life (EOL) transition period*.
> The EOL transition period began Dec, 11 2006 and will complete October
It is a known bug. Use
http://repo1.maven.org/maven2/javax/xml/ws/jaxws-api/2.1-1/ instead.
2008/1/26, Raymond Feng <[EMAIL PROTECTED]>:
> Hi,
>
> Our build has a dependency on javax.xml.ws:jaxws-api:2.1. And we have the
> java.net configured as a maven repo in our pom.xml. The build fails randoml
+1
2008/1/23, Olivier Lamy <[EMAIL PROTECTED]>:
> +1 (dependency:tree is a very nice/helpful feature !)
>
> Thanks,
> --
> Olivier
>
> 2008/1/22, Brian E. Fox <[EMAIL PROTECTED]>:
> > It's been a long time since the last release and we have lots of
> > improvements/fixes:
> >
> >
> >
> > Release No
A big +1 because of testng support.
2007/12/27, Dan Fabulich <[EMAIL PROTECTED]>:
>
> Hi,
>
> Maven Surefire version 2.4 is back on the runway. A handful of bugs were
> fixed since the previous take, including SUREFIRE-416 (which blocked the
> release).
>
> Note that I'm still unable to reproduce
Hacks are bad :)
Use
http://maven.apache.org/plugins/maven-surefire-plugin/test-mojo.html#skipExec
instead.
2007/12/20, Stephen Connolly <[EMAIL PROTECTED]>:
> I am concerned by implications of http://jira.codehaus.org/browse/SUREFIRE-350
>
> We normally, on development machines, will use "mvn -
+1
2007/12/20, Dan Fabulich <[EMAIL PROTECTED]>:
>
> Hi,
>
> Maven Surefire version 2.4 is on the runway. Hopefully folks have spent
> some time trying out the SNAPSHOT version, because we expect ordinary
> users to get auto-upgraded to version 2.4 when we decide to release.
>
> This version fixe
I see. Then I give a +1.
2007/12/17, Mauro Talevi <[EMAIL PROTECTED]>:
> Marat Radchenko wrote:
> > Till now I thought that currently 2.4-SNAPSHOT and 2.3.1 are the same thing.
> >
>
> No, they are not - 2.4 will be released shortly and it is a separate dev
> branc
Till now I thought that currently 2.4-SNAPSHOT and 2.3.1 are the same thing.
2007/12/17, nicolas de loof <[EMAIL PROTECTED]>:
> AFAIK full TestNG support is targeted to 2.4. Surefire 2.3.1 is a fix
> version
>
> 2007/12/17, Marat Radchenko <[EMAIL PROTECTED]>:
> >
&
Woops, forgot to say that testng version is 5.7
2007/12/17, Marat Radchenko <[EMAIL PROTECTED]>:
> surefire-2.4-SNAPSHOT works with testng. However your release throws
> exception. Is it expected behavior?
>
> org.apache.maven.surefire.booter.Surefire
surefire-2.4-SNAPSHOT works with testng. However your release throws
exception. Is it expected behavior?
org.apache.maven.surefire.booter.SurefireExecutionException:
org.testng.xml.XmlSuite.setParallel(Z)V; nested exception is
java.lang.NoSuchMethodError: org.testng.xml.XmlSuite.setParallel(Z)V
ja
Build log:
[INFO] Surefire report directory:
/home/marat/projects/templatemailer/target/surefire-reports
Exception in thread "main" java.lang.NoClassDefFoundError:
org/codehaus/plexus/util/cli/StreamConsumer
[INFO]
[ERROR] BU
surefire-providers has corrupt dependency:
${project.groupId}
surefire-api
2.3.1-SNAPSHOT
should be 2.3.1 instead of 2.3.1-SNAPSHOT
2007/12/5, Mauro Talevi <[EMAIL PROTECTED]>:
> Hi all,
>
> I'd like to release Maven Surefire 2.3.1
>
> Issues solved:
> ht
+1 for releasing 2.3.1
2007/12/4, Mauro Talevi <[EMAIL PROTECTED]>:
> Hi,
>
> as there have been a number of useful fixes since 2.3, and in line with
> the release early-release often, I wanted to gauge opinions about the
> opportunity to release 2.3.1 as currently in branch and postponing
> outst
+1
2007/11/24, olivier lamy <[EMAIL PROTECTED]>:
> +1
>
> --
> Olivier
>
> 2007/11/24, Dennis Lundberg <[EMAIL PROTECTED]>:
> >
> > Hi,
> >
> > I'd like to release maven-site-plugin 2.0-beta-6.
> >
> > We have resolved 36 issues since the last release, 18 months ago.
> >
> > Release Notes:
> >
> >
23 matches
Mail list logo