hi, I just want to get help about maven archetype,please help me

2014-08-12 Thread TOM
I use mvn archetype:create-from-project to generate a archetype project. and use it to generate a project the content of archetype file UserDTO(generaged by archetype:create-from-project) package ${package}.${artifactId}.dto; then i mvn archetype:generate -DarchetypeArtifactId=myapp -DgroupId=te

[GitHub] maven-surefire pull request: Exceptional parallel execution on @No...

2014-08-12 Thread Tibor17
GitHub user Tibor17 opened a pull request: https://github.com/apache/maven-surefire/pull/43 Exceptional parallel execution on @NotThreadSafe type. We want to execute tests in parallel. In some cases some tests want to be executed in a single Thread instance. For instance I am

Re: [VOTE] Maven 3.2.3 Release

2014-08-12 Thread Olivier Lamy
+1 On 12 August 2014 07:19, Jason van Zyl wrote: > Hi, > > Time to release Maven 3.2.3! > > This release contains the important change of switching to HTTPS transport by > default! Please test this release with your builds! > > Here is a link to Jira with 9 issues resolved: > https://jira.codeha

Re: [VOTE] Maven 3.2.3 Release

2014-08-12 Thread Arnaud Héritier
+1 I tested it on various projects WITH an empty local repo cheers On Tue, Aug 12, 2014 at 2:38 PM, Emmanuel Venisse < emmanuel.veni...@gmail.com> wrote: > +1 > > Emmanuel > > > On Mon, Aug 11, 2014 at 11:19 PM, Jason van Zyl wrote: > > > Hi, > > > > Time to release Maven 3.2.3! > > > > This r

Re: Early Access build for JDK 9 b26 is available on java.net

2014-08-12 Thread Robert Scholte
Hi Rory, I can confirm that JDK-8051958 is indeed fixed with this release. thanks, Robert Op Tue, 12 Aug 2014 13:11:03 +0200 schreef Rory O'Donnell Oracle, Dublin Ireland : Hi Robert,Kristian, Early Access build for JDK 9 b26 is available on java.net, It

Re: [VOTE] Maven 3.2.3 Release

2014-08-12 Thread Emmanuel Venisse
+1 Emmanuel On Mon, Aug 11, 2014 at 11:19 PM, Jason van Zyl wrote: > Hi, > > Time to release Maven 3.2.3! > > This release contains the important change of switching to HTTPS transport > by default! Please test this release with your builds! > > Here is a link to Jira with 9 issues resolved: >

Re: [VOTE] Maven 3.2.3 Release

2014-08-12 Thread Karl Heinz Marbaise
Hi, +1 (non binding) checked SHA1 ... tested with several projects...work without any problems furthermore on trunk: maven-assembly-plugin, maven-jar-plugin, maven-install-plugin, Kind regards Karl-Heinz Marbaise On 8/11/14 11:19 PM, Jason van Zyl wrote: Hi, Time to release Maven 3.2.3!

Early Access build for JDK 9 b26 is available on java.net

2014-08-12 Thread Rory O'Donnell Oracle, Dublin Ireland
Hi Robert,Kristian, Early Access build for JDK 9 b26 is available on java.net, It includes a fix for JDK-8051958 please confirm fix. Summary of changes