-
Notifications
You must be signed in to change notification settings - Fork 303
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Maven SDL compatibility & plugin updates.
maven-sources-plugin simply jars the sourceDirectory to create the -sources artifact. We don't have empty dirs for the package path and there's no way to configure maven-sources-plugin to prepend path. Create a .mvn-compat directory at top level and symlink it src/main/java/<pkg-path> to top level src/ directory. Update's `pom.xml.in' with the new `sourceDirectory' and while there add the missing version decleration to maven-sources-plugin and update maven-jar-plugin. Change-Id: Iea9882a52dee293be2d916c45c65b5bc878e16c3 Signed-off-by: Benoit Sigoure <[email protected]>
- Loading branch information
Showing
3 changed files
with
5 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../../../../src |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../../../../test |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters