Re: maven-remote-resources-plugin downloads from disabled repositories

2015-08-23 Thread Barrie Treloar
On 24 August 2015 at 14:09, Barrie Treloar wrote: > > > On 23 August 2015 at 23:24, Karl Heinz Marbaise wrote: > > mvn -pl maven-scm-plugin clean package > > > I'm trying -pl now. > > Something is going wrong in that its using an old version of the > snapshot... and I need to work out why. > I

Re: maven-remote-resources-plugin downloads from disabled repositories

2015-08-23 Thread Barrie Treloar
On 23 August 2015 at 23:24, Karl Heinz Marbaise wrote: mvn -pl maven-scm-plugin clean package I'm trying -pl now. Something is going wrong in that its using an old version of the snapshot... and I need to work out why.

Re: maven-remote-resources-plugin downloads from disabled repositories

2015-08-23 Thread Barrie Treloar
Martin, I'd tried this but it still seems to pull down the new snapshots central central https://repo.maven.apache.org/maven2 false never apache.snapshots https://repo

[GitHub] maven-surefire pull request: [SUREFIRE-964] TEST-*.xml files gener...

2015-08-23 Thread Tibor17
Github user Tibor17 commented on the pull request: https://github.com/apache/maven-surefire/pull/99#issuecomment-133976477 The build does not pass because the file `surefire-test-report.xsd` is missing the license. Feel free to use the license from whatever POM.xml as a XML comment

[GitHub] maven-enforcer pull request: [MENFORCER-234] Fix redirected link o...

2015-08-23 Thread MEZk
Github user MEZk closed the pull request at: https://github.com/apache/maven-enforcer/pull/15 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

Re: [VOTE] Release Apache Maven Enforcer version 1.4.1

2015-08-23 Thread Mirko Friedenhagen
+1 non-binding, tested with a small multi-module project. Regards Mirko -- http://illegalstateexception.blogspot.com/ https://github.com/mfriedenhagen/ (http://osrc.dfm.io/mfriedenhagen) https://bitbucket.org/mfriedenhagen/ On Sun, Aug 23, 2015 at 9:57 PM, Karl Heinz Marbaise wrote: > Hi, > > We

[GitHub] maven-surefire pull request: [SUREFIRE-1173] Fix redirected link o...

2015-08-23 Thread Tibor17
Github user Tibor17 commented on the pull request: https://github.com/apache/maven-surefire/pull/101#issuecomment-133910961 The /components/ URL must not be visible to our users because it's an internal URL. The non-components page must be used. Notice: content is in fact publ

[VOTE] Release Apache Maven Enforcer version 1.4.1

2015-08-23 Thread Karl Heinz Marbaise
Hi, We solved 10 issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317520&version=12330766 There are still a couple of issues left in JIRA: https://issues.apache.org/jira/issues/?jql=project%20%3D%20MENFORCER%20AND%20status%20%3D%20Open%20ORDER%20BY%20key%20DESC%2C%20pri

[GitHub] maven-surefire pull request: [SUREFIRE-1173] Fix redirected link o...

2015-08-23 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/maven-surefire/pull/101 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

Re: svn commit: r1697190 - /maven/enforcer/trunk/maven-enforcer-plugin/src/site/site.xml

2015-08-23 Thread Karl Heinz Marbaise
Hi Hervé, sure...Done so. Thanks for the hint. Kind regards Karl Heinz Marbaise On 8/23/15 6:19 PM, Hervé BOUTEMY wrote: why don't you replace it with Apache wiki copy [1]? Regards, Hervé [1] https://cwiki.apache.org/confluence/display/MAVENOLD/Dependency+Mediation+and+Conflict+Resolution#D

Re: svn commit: r1697190 - /maven/enforcer/trunk/maven-enforcer-plugin/src/site/site.xml

2015-08-23 Thread Hervé BOUTEMY
why don't you replace it with Apache wiki copy [1]? Regards, Hervé [1] https://cwiki.apache.org/confluence/display/MAVENOLD/Dependency+Mediation+and+Conflict+Resolution#DependencyMediationandConflictResolution-DependencyVersionRanges Le dimanche 23 août 2015 15:21:35 khmarba...@apache.org a

Using ${revision} as a version

2015-08-23 Thread Karl Heinz Marbaise
Hi, I have test project where i defined the pom like this: ... 4.0.0 com.soebes.examples.j2ee parent ${revision} pom If i define the revision on command line like this. mvn -Drevision=1.0-SNAPSHOT clean package everything fine... But now i want to make the usage a bit more conveni

Re: maven-remote-resources-plugin downloads from disabled repositories

2015-08-23 Thread Karl Heinz Marbaise
Hi, On 8/21/15 3:39 AM, Barrie Treloar wrote: I'm tinkering with maven-scm and when I build it locally via ../maven-scm/maven-scm-plugin> mvn -X clean install -Drat.skip Maven attempts to download the snapshot metadata for it's the already installed snapshot files. (This is probably because I

RE: maven-remote-resources-plugin downloads from disabled repositories

2015-08-23 Thread Martin Gainty
Barrie https://maven.apache.org/guides/development/guide-testing-development-plugins.html suggests setting up profile in settings.xml to enable or disable snapshots then invoke mvn profile mvn -pProfileWithoutSnapshot did you try configuring profile in settings.xml? Martin