maven-tiles
maven-tiles copied to clipboard
Injecting maven configurations by composition rather than inheritance
Bumps [junit](https://github.com/junit-team/junit4) from 4.10 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...
Both in my own project, and in the example code, the build fails with the following console output: ``` C:\code\github\maven-tiles-examples>mvn help:effective-pom [INFO] Scanning for projects... Downloading: http://repo.maven.apache.org/maven2/it/session/maven/plugins/tiles-maven-plugin/0.8-beta-5/tiles-maven-plugin-0.8-beta-5.pom Downloaded: http://repo.maven.apache.org/maven2/it/session/maven/plugins/tiles-maven-plugin/0.8-beta-5/tiles-maven-plugin-0.8-beta-5.pom (4...
Add the pom.xml files mentioned on https://github.com/maoo/maven-tiles/issues/10 as test cases
When running the plugin a Warning shows up: [WARNING] Failed to retrieve plugin descriptor for it.session.maven.plugins:tiles-maven-plugin:0.8-beta-6-SNAPSHOT: Failed to parse plugin descriptor for it.session.maven.plugins:tiles-maven-plugin:0.8-beta-6-SNAPSHOT (/Users/mau/.m2/repository/it/session/maven/plugins/tiles-maven-plugin/0.8-beta-6-SNAPSHOT/tiles-maven-plugin-0.8-beta-6-SNAPSHOT.jar): No plugin descriptor found at META-INF/maven/plugin.xml
If a tile defines a profile the profile cannot be used in dependent projects. The profile is "visible" within the effective pom of the dependent project but cannot be activated....