Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Expand
titleClick here to see my output ...
Code Block
ghost@theMachine pscu % mvn archetype:generate -DarchetypeGroupId=info.magnolia.maven.archetypes -DarchetypeArtifactId=magnolia-project-archetype -DarchetypeVersion=RELEASE


[INFO] Scanning for projects...


Downloading from magnolia.nexus: https://nexus.magnolia-cms.com/content/groups/staff/org/apache/maven/plugins/maven-metadata.xml


Downloading from magnolia.nexus: https://nexus.magnolia-cms.com/content/groups/staff/org/sonatype/plugins/maven-metadata.xml


Downloading from magnolia.nexus: https://nexus.magnolia-cms.com/content/groups/staff/org/codehaus/mojo/maven-metadata.xml


Downloaded from magnolia.nexus: https://nexus.magnolia-cms.com/content/groups/staff/org/apache/maven/plugins/maven-metadata.xml (14 kB at 30 kB/s)


Downloaded from magnolia.nexus: https://nexus.magnolia-cms.com/content/groups/staff/org/sonatype/plugins/maven-metadata.xml (5.0 kB at 10 kB/s)


Downloaded from magnolia.nexus: https://nexus.magnolia-cms.com/content/groups/staff/org/codehaus/mojo/maven-metadata.xml (24 kB at 45 kB/s)


Downloading from magnolia.nexus: https://nexus.magnolia-cms.com/content/groups/staff/org/apache/maven/plugins/maven-archetype-plugin/maven-metadata.xml


Downloaded from magnolia.nexus: https://nexus.magnolia-cms.com/content/groups/staff/org/apache/maven/plugins/maven-archetype-plugin/maven-metadata.xml (1.1 kB at 20 kB/s)


[INFO]


[INFO] ------------------< org.apache.maven:standalone-pom >-------------------


[INFO] Building Maven Stub Project (No POM) 1


[INFO] --------------------------------[ pom ]---------------------------------


[INFO]


[INFO] >>> maven-archetype-plugin:3.2.0:generate (default-cli) > generate-sources @ standalone-pom >>>


[INFO]


[INFO] <<< maven-archetype-plugin:3.2.0:generate (default-cli) < generate-sources @ standalone-pom <<<


[INFO]


[INFO]


[INFO] --- maven-archetype-plugin:3.2.0:generate (default-cli) @ standalone-pom ---


[INFO] Generating project in Interactive mode


[INFO] Archetype repository not defined. Using the one from [info.magnolia.maven.archetypes:magnolia-project-archetype:1.1.0 -> https://nexus.magnolia-cms.com/content/groups/staff] found in catalog remote


Downloading from magnolia-project-archetype-repo: https://nexus.magnolia-cms.com/content/groups/staff/info/magnolia/maven/archetypes/magnolia-project-archetype/maven-metadata.xml


Downloading from magnolia.nexus: https://nexus.magnolia-cms.com/content/groups/staff/info/magnolia/maven/archetypes/magnolia-project-archetype/maven-metadata.xml


Downloaded from magnolia.nexus: https://nexus.magnolia-cms.com/content/groups/staff/info/magnolia/maven/archetypes/magnolia-project-archetype/maven-metadata.xml (688 B at 3.0 kB/s)


[WARNING] Could not transfer metadata info.magnolia.maven.archetypes:magnolia-project-archetype/maven-metadata.xml from/to magnolia-project-archetype-repo (https://nexus.magnolia-cms.com/content/groups/staff): authentication failed for https://nexus.magnolia-cms.com/content/groups/staff/info/magnolia/maven/archetypes/magnolia-project-archetype/maven-metadata.xml, status: 401 Unauthorized


[WARNING] info.magnolia.maven.archetypes:magnolia-project-archetype/maven-metadata.xmlfailed to transfer from https://nexus.magnolia-cms.com/content/groups/staff during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of magnolia-project-archetype-repo has elapsed or updates are forced. Original error: Could not transfer metadata info.magnolia.maven.archetypes:magnolia-project-archetype/maven-metadata.xml from/to magnolia-project-archetype-repo (https://nexus.magnolia-cms.com/content/groups/staff): authentication failed for https://nexus.magnolia-cms.com/content/groups/staff/info/magnolia/maven/archetypes/magnolia-project-archetype/maven-metadata.xml, status: 401 Unauthorized


Set your project properties (these can be whatever you want):

...