Last active
April 27, 2018 14:39
-
-
Save pgressa/142712d5f723c9809769cce2d934a983 to your computer and use it in GitHub Desktop.
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
# using symbolic link which are pointing to maven modules with real source code | |
# pros: | |
# - maven standard structure | |
# cons: | |
# - symbolic link there | |
<root> | |
|- resources -> /libs/src/main/resources | |
|- vars -> /libs/src/main/groovy/vars | |
|- src -> /libs/src/main/groovy/src | |
|- pom.xml | |
|- libs | |
|- pom.xml | |
|- src | |
|- main | |
|- vars | |
|- groovy | |
|- resources | |
|- test | |
|- vars | |
|- groovy | |
|- resources | |
|- workflow-test | |
|- pom.xml | |
|- src/test/groovy |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment