Details
-
Improvement
-
Resolution: Fixed
-
Neutral
-
None
-
None
-
None
-
-
Empty show more show less
-
Basel 23
-
2
Description
TODOs:
- Add commented default bundles to the webapps pom.xml to allow faster project start for newbies
- remove docroot folder
- Update to java 1.8
- Remove Maven 2 leftowers
Please remove:
<!-- Due to a bug in Maven 2, we have to import info.magnolia:magnolia-project here. It would normally not be needed, since info.magnolia:magnolia-bundle-parent already imports it. (see below) The dependency to info.magnolia:magnolia-project needs to be BEFORE the dependency to info.magnolia:magnolia-bundle-parent, otherwise it doesn't work either. Also note that this is assuming magnolia-project and magnolia-ui-project have the same version number as magnolia-bundle-parent, which not always be true in the future. If you are using Maven 3, you should not need the 2 dependencies below, and all should be well. -->
So ... this block can be removed:
<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>
Checklists
Acceptance criteria