Issue Type: Bug Bug
Assignee: Grégory Joseph
Created: 21/Jul/14 11:58 AM
Description:

When building a project with the archetype, one needs to either:

  • use Maven 3 (which is probably fine, but we're still using m2 internally), or
  • have magnolia-project:pom and magnolia-ui-project:pom in their local maven repository, or
  • add
         <dependency>
           <groupId>info.magnolia</groupId>
           <artifactId>magnolia-project</artifactId>
           <version>${magnoliaVersion}</version>
           <type>pom</type>
           <scope>import</scope>
         </dependency>
         <dependency>
           <groupId>info.magnolia.ui</groupId>
           <artifactId>magnolia-ui-project</artifactId>
           <version>${magnoliaVersion}</version>
           <type>pom</type>
           <scope>import</scope>
         </dependency>
    

    
Project: Magnolia Maven Archetypes
Priority: Neutral Neutral
Reporter: Grégory Joseph
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira



----------------------------------------------------------------
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]>
----------------------------------------------------------------

Reply via email to