[ANN] Apache Maven Site Plugin 3.5.1 Released

2016-04-14 Thread Hervé Boutemy
The Maven team is pleased to announce the release of the Apache Maven Site Plugin, version 3.5.1 The Maven Site Plugin is a plugin that generates a site for the current project. http://maven.apache.org/plugins/maven-site-plugin/ You should specify the version in your project's plugin configura

[RESULT] [VOTE] Release Apache Maven Site Plugin version 3.5.1

2016-04-14 Thread Hervé BOUTEMY
Hi, The vote has passed with the following result: +1 : Michael Osipov, Karl Heinz Marbaise, Hervé Boutemy PMC quorum: reached I will promote the artifacts to the central repo. - To unsubscribe, e-mail: dev-unsubscr...@mav

Re: [GitHub] maven-surefire pull request: Adding support for externally passed ...

2016-04-14 Thread Rosa Marozzi
Unregister from the list please thanks :) El 14/4/2016 10:19 p. m., "cardil" escribió: GitHub user cardil opened a pull request: https://github.com/apache/maven-surefire/pull/112 Adding support for externally passed random seed and printing used seed on console It's good practice t

[GitHub] maven-surefire pull request: Adding support for externally passed ...

2016-04-14 Thread Tibor17
Github user Tibor17 commented on the pull request: https://github.com/apache/maven-surefire/pull/112#issuecomment-210156799 @cardil Would it be possible without adding a new config parameter random-seed? --- If your project is set up for it, you can reply to this email and have your

Re: [VOTE] Release Apache Maven Shared Component: Maven Filtering 3.1.0 - Take 2

2016-04-14 Thread Karl Heinz Marbaise
Hi, Here is my +1, On 4/12/16 11:23 PM, Karl Heinz Marbaise wrote: Hi, We solved 3 issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317922&version=12334170 Staging repo: https://repository.apache.org/content/repositories/maven-1260 https://repository.apache.org/co

[GitHub] maven-surefire pull request: Adding support for externally passed ...

2016-04-14 Thread cardil
GitHub user cardil opened a pull request: https://github.com/apache/maven-surefire/pull/112 Adding support for externally passed random seed and printing used seed on console It's good practice to execute tests in random order. That ensures tests are atomic and not depend on each o

[ANN] Apache Maven Shared Component: Maven Archiver Version 3.0.1 Released

2016-04-14 Thread Karl Heinz Marbaise
Hi to all, unfortunately the previous email about Maven Archiver 3.0.1 announcement contained the wrong content. Now the following content is the correct one (hopefully ;-). Sorry for the confusion. Kind regards Karl Heinz Marbaise The Apache Maven team is pleased to announce the release of the

[ANN] Apache Maven Shared Component: Maven Archiver Version 3.0.1 Released

2016-04-14 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the Apache Maven Source Plugin Version 3.0.0. https://maven.apache.org/plugins/maven-source-plugin/ The Source Plugin creates a jar archive of the source files of the current project. The jar file is, by default, created in the project

Re: [VOTE] Release Apache Maven Site Plugin version 3.5.1

2016-04-14 Thread Hervé BOUTEMY
here is my +1 Regards, Hervé Le mardi 12 avril 2016 02:03:43 Hervé BOUTEMY a écrit : > Hi, > > We solved 4 issues: > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317923&ve > rsion=12334899&styleName=Text > > There are still a couple of issues left in JIRA: > https://issue

Fwd: Failed to execute goal org.apache.maven.plugins:maven-antrun-plugin:1.8:run (fixProperties)

2016-04-14 Thread Srinivas Chinthalapudi
Unable to compile as it throws an compilation error Failed to execute goal org.apache.maven.plugins:maven-antrun-plugin:1.8:run (fixProperties) on project flin-web-core: An Ant BuildException has occured: Nothing to replace expression with. around Ant part .. @ 4:42 org.apache.m

Failed to execute goal org.apache.maven.plugins:maven-antrun-plugin:1.8:run (fixProperties)

2016-04-14 Thread Srinivas Chinthalapudi
Unable to compile as it throws an compilation error Failed to execute goal org.apache.maven.plugins:maven-antrun-plugin:1.8:run (fixProperties) on project flin-web-core: An Ant BuildException has occured: Nothing to replace expression with. around Ant part .. @ 4:42 org.apache.m

Re: Fully qualified dependency names in war

2016-04-14 Thread Jörg Schaible
Hi Karl Heinz, Karl Heinz Marbaise wrote: > Hi, > > I want to ask something related to your question: > > On 4/10/16 2:12 PM, jieryn wrote: >> Where should I look for providing an option to have the fully >> qualified GAV name specified in built WAR files? Sometimes this >> happens automaticall

Re: Fully qualified dependency names in war

2016-04-14 Thread jieryn
https://github.com/jieryn/libname-conflict-war I am trying to recreate the issue, that's as far as I've gotten so far. If you run the build and then look in the web module's war, you'll see lots of artifactName+version conflicts, including local to the reactor as well as a 3rd party library. It is

[GitHub] maven-plugins pull request: Preserve last modified time in resourc...

2016-04-14 Thread man4j
GitHub user man4j opened a pull request: https://github.com/apache/maven-plugins/pull/82 Preserve last modified time in resources files. Very useful feature for web resources in jars. F.e. we can serve static resource from jar files, but without lastModifiedTime we can't use browse