Hi
I'm new to magnolia and try to get started. I've read through the hello world
example and now I try building the travel example. I clone the example as
described here
https://documentation.magnolia-cms.com/display/DOCS/Travels+demo+-+for+developers
a mvn package in community/magnolia-travel-demo/ fails due to some missing
parent pom. To fix this I've added to my maven settings file:
[code]
<repository>
<id>magnolia_public</id>
<name>Magnolia public</name>
<url>https://nexus.magnolia-cms.com/content/groups/public/</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
<releases>
<enabled>true</enabled>
</releases>
</repository>
[/code]
But the build still fails with
[quote]
Failure to find
info.magnolia.maven.plugins:magnolia-setproperty-maven-plugin:jar:1.2.1
[/quote]
How can I fix this?
Thank you very much
Benno
--
Context is everything:
http://forum.magnolia-cms.com/forum/thread.html?threadId=e88e05b8-dcef-4795-875f-26400e556a5b
----------------------------------------------------------------
For list details, see http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------