|
When importing the quickstarts as Maven project, by default, the minify profile is not active. If it was, then you'd see a dialog popping up telling you to install the m2e wro4j connector, so that minification can take place during workspace builds Instead, if you manually enable the minify profile, you'll see an error marker telling you {quote}Plugin execution not covered by lifecycle configuration: ro.isdc.wro4j:wro4j-maven-plugin:1.4.4:run (execution: default, phase: compile) {quote} You can fix that by either : - quick fix this error (ctrl+1/cmd+1) and choose to discover new m2e connectors. After selecting the m2e-wro4j connector and installing it, you'll need to restart the workbench - got to JBoss Central, software install page and install m2e-wro4j from there. HIH
|