This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Sonatype Nexus Integration
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Nov 21, 2012
12:02 PM
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.
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.
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Nov 23, 2012
07:06 AM
What would you like to do? Nexus is a Repository Manager for Maven with a WebService API. I think it's not possible to retrieve neccessary files during InstallShield Build process from a WebService.
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
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