Skip to content

Instantly share code, notes, and snippets.

@pgressa
Last active April 27, 2018 14:39
Show Gist options
  • Save pgressa/142712d5f723c9809769cce2d934a983 to your computer and use it in GitHub Desktop.
Save pgressa/142712d5f723c9809769cce2d934a983 to your computer and use it in GitHub Desktop.
# 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