Hi,
On Wed, Nov 11, 2009 at 5:37 PM, Grant Ingersoll <[email protected]> wrote: > Given: > <execution> > <id>create-hadoop-core-artifact</id> > <phase>deploy</phase> > <goals> > <goal>sign-and-deploy-file</goal> > </goals> > <configuration> > <file>core/lib/hadoop-core-0.20.1.jar</file> > <groupId>org.apache.mahout.hadoop</groupId> > <artifactId>hadoop-core</artifactId> > <packaging>jar</packaging> > <version>0.20.1</version> > <generatePom>true</generatePom> > </configuration> > </execution> You're trying to force Maven to do something it was never designed to do. The standard and by far the easiest way to get this dependency included in the Mahout build is to ask the Hadoop project do deploy it under the org.apache.hadoop groupId. I can help prepare a package that they'd only need to unpack in .../m2-ibiblio-rsync-repository/org/apache/hadoop/ on people.apache.org. BR, Jukka Zitting
