Hi I have a utility project whose classes should be called from a shell script.
The problem is how to access it: It's in the local repo, so I would like to do the following: - Download it and its runtime dependencies based on group and artifact ID, using the latest version - Create a classpath to use in the shell script As far as I can see, the dependency:build-classpath would do part of it (not downloading, though), but it only works with a POM. I need to do this anywhere in the file system. Any hints how I could start? Thanks & best regards Eric --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
