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>