On 27 Oct 06, at 6:47 PM 27 Oct 06, Brett Porter wrote:
Jason,
Are you using a script to do this? Can you try bundling it all in
one commit if any more is needed? Way to many mails :)
Until maven is capable of doing it without it which is what I will
work toward. It current cannot, but I can get it to work with the
invoker/embedder. First goal is making it all work offline.
Jason.
- Brett
On 22/10/2006, at 8:34 AM, [EMAIL PROTECTED] wrote:
Author: jvanzyl
Date: Sun Oct 22 08:34:16 2006
New Revision: 466686
URL: http://svn.apache.org/viewvc?view=rev&rev=466686
Log:
correcting artifactId and groupId
Modified:
maven/components/trunk/maven-core-integration-tests/src/test/
resources/it0040/pom.xml
Modified: maven/components/trunk/maven-core-integration-tests/src/
test/resources/it0040/pom.xml
URL: http://svn.apache.org/viewvc/maven/components/trunk/maven-
core-integration-tests/src/test/resources/it0040/pom.xml?
view=diff&rev=466686&r1=466685&r2=466686
=====================================================================
=========
--- maven/components/trunk/maven-core-integration-tests/src/test/
resources/it0040/pom.xml (original)
+++ maven/components/trunk/maven-core-integration-tests/src/test/
resources/it0040/pom.xml Sun Oct 22 08:34:16 2006
@@ -1,7 +1,7 @@
<project>
<modelVersion>4.0.0</modelVersion>
- <groupId>org.apache.maven</groupId>
- <artifactId>maven-core-it0040</artifactId>
+ <groupId>org.apache.maven.its</groupId>
+ <artifactId>maven-it-it0040</artifactId>
<description>Test the use of a packaging from a plugin</
description>
<packaging>coreit-packaging</packaging>
<version>1.0</version>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]