]
Jan Richter closed JBDS-3996.
-----------------------------
So it now builds on mvn verify, yay. Closing.
No installer jar as a result of jbdevstudio-product repo build
--------------------------------------------------------------
Key: JBDS-3996
URL:
https://issues.jboss.org/browse/JBDS-3996
Project: Red Hat JBoss Developer Studio (devstudio)
Issue Type: Bug
Components: build, installer
Affects Versions: 10.1.0.AM3
Reporter: Martin Malina
Assignee: Nick Boldt
Priority: Optional
Fix For: 10.1.0.GA
When I build the jbdevstudio-product git repo using {code}mvn clean verify
-DskipTests{code}, I was expecting to have the installer jar created in installer/target/,
but all I see is a installer-10.1.0-SNAPSHOT.zip , not the installer jar (which should be
called devstudio*.jar).
This was on mac and I did it because I wanted to verify this JIRA:
JBDS-3986 support building devstudio on windows
So I wanted to try this on another platform first.