
ccrubens1.5524946287036787E12 asked a question.
Sonatype Nexus Integration
Hello,
I´m looking for some info on how can i make Installshield retrieve the Application files from a "sonatype nexus" (this is a dependencies repository)....
Any information at all is appreciated
Tnks in advance.
We do it a indirect way.
1. We collect all maven artifacts with a maven command. To do so, we implemented a repoBuilder goal, which walks trough all dependencies and download each dependend artifact to a single directory.
2. From that directory we burn a DVD to deploy to our customers. If you would like to use InstallShield to deploy and install the repository you can define a component with dynamic file linking.
Regards
Andreas