The Maven team is pleased to announce the release of the Maven Plugin
Testing, version 1.3 and 2.1
This release is Java7 compatible and updates all the dependencies of
plugin-testing,
especially easymock to version 2.5.2. Projects wishing to upgrade to
this version
will need to update their own ea
The Maven team is pleased to announce the release of the Maven
Surefire Plugin, version 2.12.4.
This release includes the maven-surefire-plugin, which executes the
unit tests of an application, the maven-surefire-report-plugin, which
parses surefire/failsafe test results and renders them to DOXIA
Hi,
We solved 7 issues:
http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11150&styleName=Html&version=18298
There are still a couple of issues left in JIRA:
http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&pid=11150&status=1
Staging repo:
https://repository.apache.org/con
I've filed MNG-5352 to monitor an upgrade in core to this new version of Sisu.
/Anders
On Thu, Sep 27, 2012 at 9:18 PM, Stuart McCulloch wrote:
> Hi folks,
>
> Just wanted to give an update regarding the status of
> http://eclipse.org/sisu/ as it's been a while(!) since we started the move.
>
>
Yes, thanks. You've send me back to the drawing board...
-Chris
Sent from my iPhone
On 28/09/2012, at 12:23 AM, Sascha Vogt wrote:
> First of all, thank you very much for the explanation. I wasn't aware of
> that up to know. Will definitely look into a different solution.
> Nevertheless I want
Just ran through all the Maven ITs with a local build of Maven3 patched to use
Guice trunk, and all passed. Personally I'd still recommend Sisu-Guice though ;)
PS. in the early days there was a minor API discrepancy relating to the
getTypeConverterBindings method that was originally added in Sis
2012/9/27 Stuart McCulloch :
> On 27 Sep 2012, at 21:50, Olivier Lamy wrote:
>
>> 2012/9/27 Jason van Zyl :
>>>
>>> On Sep 27, 2012, at 4:33 PM, Olivier Lamy wrote:
>>>
Hi,
Good news.
>
> * fix for a missing JarFile.close when scanning certain "file:"
> classpath entri
On 27 Sep 2012, at 21:50, Olivier Lamy wrote:
> 2012/9/27 Jason van Zyl :
>>
>> On Sep 27, 2012, at 4:33 PM, Olivier Lamy wrote:
>>
>>> Hi,
>>> Good news.
>>>
* fix for a missing JarFile.close when scanning certain "file:" classpath
entries
* support for injecting the c
On 27 Sep 2012, at 21:33, Olivier Lamy wrote:
> Hi,
> Good news.
>
> 2012/9/27 Stuart McCulloch :
>> Hi folks,
>>
>> Just wanted to give an update regarding the status of
>> http://eclipse.org/sisu/ as it's been a while(!) since we started the move.
> Yup a while.
>>
>> [ Sisu is a container b
2012/9/27 Jason van Zyl :
>
> On Sep 27, 2012, at 4:33 PM, Olivier Lamy wrote:
>
>> Hi,
>> Good news.
>>
>>>
>>> * fix for a missing JarFile.close when scanning certain "file:" classpath
>>> entries
>>> * support for injecting the containing BundleContext when running inside
>>> OSGi
>>> *
On Sep 27, 2012, at 4:33 PM, Olivier Lamy wrote:
> Hi,
> Good news.
>
>>
>> * fix for a missing JarFile.close when scanning certain "file:" classpath
>> entries
>> * support for injecting the containing BundleContext when running inside
>> OSGi
>> * sisu-guice dependency bumped up to 3
Hi,
Good news.
2012/9/27 Stuart McCulloch :
> Hi folks,
>
> Just wanted to give an update regarding the status of
> http://eclipse.org/sisu/ as it's been a while(!) since we started the move.
Yup a while.
>
> [ Sisu is a container built on Guice that supports and extends JSR330, and
> can mimic
Hi folks,
Just wanted to give an update regarding the status of http://eclipse.org/sisu/
as it's been a while(!) since we started the move.
[ Sisu is a container built on Guice that supports and extends JSR330, and can
mimic Plexus - it's used by Maven3 runtime ]
The initial code-contribution
Hi,
The vote has passed with the following result :
+1 (binding): Olivier Lamy, Hervé Boutemy, Kristian Rosenvold
+1 (non binding): Mirko Friedenhagen, Markku Saarela, Baptiste Mathus,
Anders Hammar
I will promote the artifacts to the central repo.
Kristian
-
Hi,
The vote has passed with the following result :
+1 (binding): Olivier, Hervé, Mark and Kristian
I will promote the artifacts to the central repo.
Kristian
-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For addi
Sascha Vogt wrote:
> First of all, thank you very much for the explanation. I wasn't aware of
> that up to know. Will definitely look into a different solution.
> Nevertheless I want to understand a bit more to evaluate possible ways
> to go.
>
> Am 27.09.2012 16:06, schrieb Jörg Schaible:
>>> Am
First of all, thank you very much for the explanation. I wasn't aware of
that up to know. Will definitely look into a different solution.
Nevertheless I want to understand a bit more to evaluate possible ways
to go.
Am 27.09.2012 16:06, schrieb Jörg Schaible:
>> Am 27.09.2012 15:07, schrieb Jörg S
Sascha Vogt wrote:
> Am 27.09.2012 15:07, schrieb Jörg Schaible:
>> Sascha Vogt wrote:
>>> I need to find out if the dependency is a Maven plugin. With Maven 2.x
>>> one could check the type by comparing Artifact.getType() to
>>> "maven-plugin". With Maven 3 this returns now "jar" instead of
>>> "
Chris Graham wrote:
> Really?
>
> A plugin can not/should not use another plugin as a dep?
>
> So how is the archiver used? Extended?
The archiver is not a plugin, it is a component that is used by a lot of
plugins.
- Jörg
Really?
A plugin can not/should not use another plugin as a dep?
So how is the archiver used? Extended?
-Chris, who is puzzled.
Sent from my iPhone
On 27/09/2012, at 11:07 PM, Jörg Schaible wrote:
> Hi Sascha,
>
> Sascha Vogt wrote:
>
>> Hi all,
>>
>> I currently have a small issue with u
Am 27.09.2012 15:07, schrieb Jörg Schaible:
> Sascha Vogt wrote:
>> I need to find out if the dependency is a Maven plugin. With Maven 2.x
>> one could check the type by comparing Artifact.getType() to
>> "maven-plugin". With Maven 3 this returns now "jar" instead of
>> "maven-plugin".
>> Is there
Hi Sascha,
Sascha Vogt wrote:
> Hi all,
>
> I currently have a small issue with upgrading to Maven 3 and a custom
> mojo I wrote.
>
> I need to find out if the dependency is a Maven plugin. With Maven 2.x
> one could check the type by comparing Artifact.getType() to
> "maven-plugin". With Maven
Hi all,
I currently have a small issue with upgrading to Maven 3 and a custom
mojo I wrote.
I need to find out if the dependency is a Maven plugin. With Maven 2.x
one could check the type by comparing Artifact.getType() to
"maven-plugin". With Maven 3 this returns now "jar" instead of
"maven-plug
2012/9/26 Romain Manni-Bucau :
> Hi guys,
>
> wonder if there is (otherwise it could be nice) to wrap injection in mojo
> by a maven class which could give the information "this attribute was
> explicitely configured".
>
> I know we can go back in the pom tree to get the information but something
>
2012/9/26 Luca Tagliani :
> Hi all,
> facing some problems with the generation of the jira-report and
> announcement, I made some modification to the code that I would share with
> the development team.
> I try to register to Jira, but I didn't made it...
Did you read that:
http://jira.codehaus.o
25 matches
Mail list logo