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

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]

[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=12317520version=12330766 There are still a couple of issues left in JIRA:

[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

[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

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

Using ${revision} as a version

2015-08-23 Thread Karl Heinz Marbaise
Hi, I have test project where i defined the pom like this: ... modelVersion4.0.0/modelVersion groupIdcom.soebes.examples.j2ee/groupId artifactIdparent/artifactId version${revision}/version packagingpom/packaging If i define the revision on command line like this. mvn

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

[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

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 khmarba...@gmx.de

[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

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 profile idcentral/id repositories repository idcentral/id urlhttps://repo.maven.apache.org/maven2/url snapshots enabledfalse/enabled

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 khmarba...@gmx.de wrote: mvn -pl maven-scm-plugin clean package I'm trying -pl project now. Something is going wrong in that its using an old version of the snapshot... and I need to work out why.