pom.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-)
New commits: commit 669e236c9c60e94e4f52c6597bb103188d4a4921 Author: Ian Springer ian.springer@redhat.com Date: Fri Oct 29 10:49:00 2010 -0400
downgrade Maven exec plugin from v1.2 to v1.1, since v1.2 appears to not work correctly
diff --git a/pom.xml b/pom.xml index 5270296..aa3c441 100644 --- a/pom.xml +++ b/pom.xml @@ -575,8 +575,10 @@ </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> - <artifactId>exec-maven-plugin</artifactId> - <version>1.2</version> + <artifactId>exec-maven-plugin</artifactId> + <!-- NOTE: Version 1.2 of this plugin appears to be broken, so do not + upgrade to that version. --> + <version>1.1</version> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId>
rhq-commits@lists.fedorahosted.org