Guest User

Untitled

a guest
Jan 12th, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. How build JBoss Developer Studio from source?
  2. mvn clean install
  3.  
  4. <!-- for bootstrapping the parent and target-platform poms via Mead, we need to be able to fetch from this folder and run
  5. this profile (excluding all others); currently parent pom includes target-platform build too, so only need to build the parent
  6. mvn clean install -P parent,!libs,!tests,!jmx,!archives,!as,!common,!jst,!xulrunner,!vpe
  7. -P !jsf,!freemarker,!hibernatetools,!portlet,!struts,!cdi,!birt,!seam,!examples
  8. -P !maven,!ws,!gwt,!deltacloud,!runtime,!usage,!central,!aggregate-coverage
  9. -->
  10.  
  11. Child module .parent..target-platform of .parentpom.xml does not exist
Add Comment
Please, Sign In to add comment