-
-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix initial states and invoker command
- Loading branch information
1 parent
c110f26
commit c9a0021
Showing
3 changed files
with
9 additions
and
1 deletion.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
license-maven-plugin/src/it/tri-license-set-with-includes/invoker.properties
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 |
---|---|---|
@@ -1 +1 @@ | ||
invoker.goals=license:format -Dlicense.licenseSets.licenseSet.includes=src/main/java/com/mycila/it/Unformatted2.java | ||
invoker.goals=license:format -Dlicense.licenseSets[0].includes=src/main/java/com/mycila/it/Unformatted2.java -Dlicense.licenseSets[1].includes=src/main/java/com/mycila/it/Unformatted2.java -Dlicense.licenseSets[2].includes=src/main/java/com/mycila/it/Unformatted2.java |
4 changes: 4 additions & 0 deletions
4
...plugin/src/it/tri-license-set-with-includes/src/main/java/com/mycila/it/Unformatted1.java
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 |
---|---|---|
@@ -1,3 +1,7 @@ | ||
/* | ||
* This is the 1st | ||
* mock license | ||
*/ | ||
package com.mycila.it; | ||
|
||
public class Unformatted1 { | ||
|
4 changes: 4 additions & 0 deletions
4
...plugin/src/it/tri-license-set-with-includes/src/main/java/com/mycila/it/Unformatted3.java
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 |
---|---|---|
@@ -1,3 +1,7 @@ | ||
/* | ||
* This is the 3rd | ||
* mock license | ||
*/ | ||
package com.mycila.it; | ||
|
||
public class Unformatted3 { | ||
|