Ok... here you go: https://issues.apache.org/jira/browse/COCOON-2252
Cheers, Robby -----Original Message----- From: Grzegorz Kossakowski [mailto:[email protected]] Sent: woensdag 25 februari 2009 22:07 To: [email protected] Subject: Re: Problems creating block Robby Pelssers pisze: > Yes... I noticed the same issue when using the maven archetype. I just > replaced the generated pom snippet with the one below to get it working: > > <project > xmlns="http://maven.apache.org/POM/4.0.0" > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 > http://maven.apache.org/maven-v4_0_0.xsd"> > > <modelVersion>4.0.0</modelVersion> > <packaging>jar</packaging> > <name>common</name> > <groupId>com.nxp.spider</groupId> > <artifactId>common</artifactId> > <version>1.0.0</version> > > ... > > </project> > > Cheers, > Robby Pelssers > > -----Original Message----- > From: Jose Luis Carmona [mailto:[email protected]] > Sent: vrijdag 20 februari 2009 12:23 > To: [email protected] > Subject: Problems creating block > > Hi, > > I'm having some problems creating a new block. > > I'm using maven 2.0.9 whit the next commandline > > mvn archetype:generate -DarchetypeCatalog=http://cocoon.apache.org > > After y select option 2, and the pom generated is: > <snip/> > If you look the parent node is incorrect, and the version tag inside all > > dependecies is not generate. Jose and Robby: This looks like a bug but I believe in Maven's plug-in not Cocoon's meta-data. Could you add a report to JIRA? I may have a look into this in a week or so. -- Best regards, Grzegorz Kossakowski --------------------------------------------------------------------- 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]
