Does it build from the command line, Lucio? If I recall. the dependency version comes from the type=pom/scope=import statement in the dependencies section of the generated parent pom. Is this construct understood by Netscape?
On 22 January 2013 17:25, Lucio Crusca <[email protected]> wrote: > In data martedì 22 gennaio 2013 18:11:41, Jeroen van der Wal ha scritto: > > No problem, enjoy! > > Well, there actually is a problem, but it's after quickstart creation. > Netbeans doesn't recognize the pom.xml as valid because > > 'dependecies.dependency.version' for > org.apache.isis.core:isis-core-applib.jar > is missing > > The same error is shown also for other dependencies listed in pom.xml and I > suspect Netbeans is actually right here... generated pom.xml snippet: > > <dependency> > <groupId>org.apache.isis.core</groupId> > <artifactId>isis-core-applib</artifactId> > </dependency> >
