> it was easy getting Jenkins to check out our code from svn but I am having
> difficulty telling maven where to find the ATG jar files in order to
> compile our ecomm code.

Put those ATG files in Artifactory. Then tell Maven about your
Artifactory installation via settings.xml. It will automatically
download the ATG files (assuming you put them in the project pom as a
dependency) and make them available during compilation.

> I have not experienced it yet but I'm told it will also be a challenge to
> get maven to include ATG jars when creating the ear

No, this should be trivial if you follow my instructions above. You
will probably want to use "compile" scope.

Wayne

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to