Hi Michael,
Thanks for trying this out... the more people we have doing this, the
better.
The problem is down to an omission on the wiki pages (now fixed) ...
"mvn clean install" does not build the release module (see [1]).
All you should need to do therefore is also run:
mvn clean install -D modules=release
This'll take just a second or two to run. The 'release' module is just
a simple POM that defines the set of compatible module versions; this
reduces some of the boilerplate in the support/prototype project.
So, run that command first and then give it another go.
Cheers
Dan
[1] https://cwiki.apache.org/confluence/display/ISIS/BuildProcess
On 09/12/2010 16:08, Michael Schommer wrote:
Hi,
I try to build Isis with Maven. I do not know Maven.
I have checked out Isis and "mvn clean install" works on trunk
Now I wanted to continue as described under SmokeTest.
1. When I try "Loading the demo app (into Eclipse)" I get a
Project build error: Non-resolvable import POM: Could not find
artifact org.apache.isis: release: pom :0.1-SNAPSHOT
2. When I try to call "mvn clean install" on support/prototype I get
[ERROR] FATAL ERROR
[INFO] ----------------------------------------------- -------------------------
[INFO] Error building POM (may not be this project's POM).
Project ID: org.apache.isis: release
Reason: POM 'org.apache.isis: release' not found in repository: Unable
to download the artifact from any repository
...
Maybe someone can help me?
Thanks
Michael