Hi Giorgio
I've checked your Maven settings.xml. (by the way: I've removed the post above 
for security reasons. Your settings contains passwords in plain text. So you 
also should remove it on pastebin!)

but back to the issue: Your settings.xml is missing the 2 important things. I 
wonder whether you really followed the procedure explained on the wiki page 
(https://documentation.magnolia-cms.com/display/DEV/Maven+setup#Mavensetup-InitmavenforCEusers)

Basically your settings file is missing these 2 sections:

[code]  <profiles>
    <profile>
      <id>magnolia-repositories</id>
      <repositories>
        <repository>
          <id>magnolia.nexus.public</id>
          <url>https://nexus.magnolia-cms.com/content/groups/public/</url>
          <releases>
            <enabled>true</enabled>
          </releases>
          <snapshots>
            <enabled>true</enabled>
          </snapshots>
        </repository>
      </repositories>
      <pluginRepositories>
        <pluginRepository>
            <id>magnolia.nexus.public</id>
            <url>https://nexus.magnolia-cms.com/content/groups/public/</url>
            <releases>
              <enabled>true</enabled>
            </releases>
            <snapshots>
              <enabled>true</enabled>
            </snapshots>
        </pluginRepository>
      </pluginRepositories>
    </profile>
  </profiles>

  <activeProfiles>
    <activeProfile>magnolia-repositories</activeProfile>
  </activeProfiles>[/code]

Just to make sure: I was (once again) a ce-user settings.xml for me and was 
testing the archetype for all 5 "project types".  Works like a charm.
Cheers,
 Christoph

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=029ac8bb-4d7a-4610-8d6c-33771ca42ec6


----------------------------------------------------------------
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: <user-list-unsubscr...@magnolia-cms.com>
----------------------------------------------------------------

Reply via email to