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
- :
- InstallAnywhere
- :
- InstallAnywhere Forum
- :
- How to build installer from iap.xml file using maven?
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
‎Apr 13, 2016
08:22 PM
How to build installer from iap.xml file using maven?
Hi Guys,
We have created an iap.xml file for our product and we are using maven to generate build.
could please let me know if there is a way to generate installer using maven from iap file.
Thanks
Daya
We have created an iap.xml file for our product and we are using maven to generate build.
could please let me know if there is a way to generate installer using maven from iap file.
Thanks
Daya
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Apr 21, 2016
01:25 PM
You can't build the installer directly with Maven, however, you can run ant within maven to build your installer with maven-antrun-plugin
org.apache.maven.plugins
maven-antrun-plugin
1.7
build installer
none
run
classpathref="maven.plugin.classpath" />
org.apache.ant
ant-commons-net
1.8.2
ant-contrib
ant-contrib
1.0b3
ant
ant
classpathref="maven.plugin.classpath" />
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎May 04, 2016
04:39 PM
Or just use the exec-maven-plugin
org.codehaus.mojo
exec-maven-plugin
Combined
package
exec
${project.build.directory}
"PATH-TO-IA"/build.exe
Combined-x64.iap_xml
-d
${project.build.directory}