Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix TargetPlatformConfigurationMojo Javadoc
The correct structure is not <target> <file>...</file> <locations> <location>...</location> <location>...</location> </locations> ... </target> but <target> <file>...</file> <location>...</location> <location>...</location> ... <target>
- Loading branch information