hi Mirko,
compared to 1.3, circular-simple and mojo-1799 are now additional
failures. The rest has been explained during the previous vote and require
modifications on the extra-enforcer-rules side. I'll investigate what's
happening with these 2 integration-tests.
thanks,
Robert
Op Sat, 13 Jul 2013 22:01:06 +0200 schreef Mirko Friedenhagen
<mfriedenha...@gmail.com>:
Robert,
I tried to run the integration-tests of the extra-enforcer-rules but
most ITs just fail:
[ERROR] The following builds failed:
[ERROR] * circular-simple/pom.xml
[ERROR] * enforce-bytecode-version-jdkVersionOption/pom.xml
[ERROR] * enforce-bytecode-version-with-banned-deps/pom.xml
[ERROR] * enforce-bytecode-version-wo-banned-deps/pom.xml
[ERROR] * mojo-1682/pom.xml
[ERROR] * mojo-1731/pom.xml
[ERROR] * mojo-1744/pom.xml
[ERROR] * mojo-1769/pom.xml
[ERROR] * mojo-1799/pom.xml
[ERROR] * smokes/pom.xml
I modified the pom.xml:
[mirko@borg extra-enforcer-rules]$ svn diff pom.xml
Index: pom.xml
===================================================================
--- pom.xml (revision 18522)
+++ pom.xml (working copy)
@@ -140,7 +140,7 @@
<postBuildHookScript>verify</postBuildHookScript>
<addTestClassPath>true</addTestClassPath>
<filterProperties>
- <enforcerPluginVersion>1.0</enforcerPluginVersion>
+ <enforcerPluginVersion>1.3.1</enforcerPluginVersion>
</filterProperties>
</configuration>
<executions>
and added the staging repository to src/it/settings.xml like this:
Index: src/it/settings.xml
===================================================================
--- src/it/settings.xml (revision 18522)
+++ src/it/settings.xml (working copy)
@@ -1,5 +1,38 @@
<?xml version="1.0" encoding="UTF-8"?>
<settings>
+ <activeProfiles>
+ <activeProfile>apache-pre</activeProfile>
+ </activeProfiles>
+
+ <profiles>
+ <profile>
+ <id>apache-pre</id>
+ <repositories>
+ <repository>
+ <id>apache-pre</id>
+ <releases>
+ <enabled>true</enabled>
+ </releases>
+ <snapshots>
+ <enabled>false</enabled>
+ </snapshots>
+
<url>https://repository.apache.org/content/repositories/maven-140/</url>
+ </repository>
+ </repositories>
+ <pluginRepositories>
+ <pluginRepository>
+ <id>apache-pre</id>
+ <releases>
+ <enabled>true</enabled>
+ </releases>
+ <snapshots>
+ <enabled>false</enabled>
+ </snapshots>
+
<url>https://repository.apache.org/content/repositories/maven-140/</url>
+ </pluginRepository>
+ </pluginRepositories>
+ </profile>
+ </profiles>
-1 (non-binding) from me.
Regards Mirko
--
http://illegalstateexception.blogspot.com/
https://github.com/mfriedenhagen/
https://bitbucket.org/mfriedenhagen/
On Sat, Jul 13, 2013 at 7:01 PM, Robert Scholte <rfscho...@apache.org>
wrote:
Op Fri, 12 Jul 2013 23:31:47 +0200 schreef Arnaud Héritier
<aherit...@gmail.com>:
What are the SCM coordinates?
Where is the KEYS file?
sebb is a bot in fact ;-P
:) so I don't need to repeat myself explaining why these things aren't
mentioned.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org