Note that there are some explanatory texts on larger screens.

plurals
  1. POwro4j maven plugin: how do I exclude files for jshint?
    primarykey
    data
    text
    <p>I need to exclude libaries (like jquery, knockoutjs, jqueryMobile and some extentions...) for jsHint.</p> <p>but for the other goals I need them all.</p> <p><strong>EDIT:</strong></p> <p>I've created 2 wro files but still it takes all targetGroups.</p> <p>wro2.xml with utils,app wro.xml with utils,libraries,app,jQueryMobile</p> <pre><code>&lt;plugins&gt; &lt;plugin&gt; &lt;groupId&gt;ro.isdc.wro4j&lt;/groupId&gt; &lt;artifactId&gt;wro4j-maven-plugin&lt;/artifactId&gt; &lt;version&gt;1.4.1&lt;/version&gt; &lt;executions&gt; &lt;execution&gt; &lt;id&gt;ex1&lt;/id&gt; &lt;goals&gt; &lt;goal&gt;jshint&lt;/goal&gt; &lt;/goals&gt; &lt;/execution&gt; &lt;/executions&gt; &lt;configuration&gt; &lt;!--jshint options--&gt; &lt;options&gt;jquery,devel,evil,noarg,eqnull&lt;/options&gt; &lt;failNever&gt;false&lt;/failNever&gt; &lt;targetGroups&gt;utils,app&lt;/targetGroups&gt; &lt;wroFile&gt;${basedir}/src/main/webapp/WEB-INF/wro2.xml&lt;/wroFile&gt; &lt;/configuration&gt; &lt;/plugin&gt; &lt;plugin&gt; &lt;groupId&gt;ro.isdc.wro4j&lt;/groupId&gt; &lt;artifactId&gt;wro4j-maven-plugin&lt;/artifactId&gt; &lt;version&gt;1.4.1&lt;/version&gt; &lt;executions&gt; &lt;execution&gt; &lt;id&gt;ex2&lt;/id&gt; &lt;phase&gt;compile&lt;/phase&gt; &lt;goals&gt; &lt;goal&gt;run&lt;/goal&gt; &lt;/goals&gt; &lt;/execution&gt; &lt;/executions&gt; &lt;configuration&gt; &lt;!--compile options--&gt; &lt;targetGroups&gt;utils,libraries,app,jQueryMobile&lt;/targetGroups&gt; &lt;minimize&gt;true&lt;/minimize&gt; &lt;destinationFolder&gt;${basedir}/src/main/webapp/wro/&lt;/destinationFolder&gt; &lt;cssDestinationFolder&gt;${basedir}/target/webapp/css/&lt;/cssDestinationFolder&gt; &lt;jsDestinationFolder&gt;${basedir}/target/webapp/js/&lt;/jsDestinationFolder&gt; &lt;contextFolder&gt;${basedir}/src/main/webapp/&lt;/contextFolder&gt; &lt;ignoreMissingResources&gt;false&lt;/ignoreMissingResources&gt; &lt;wroFile&gt;${basedir}/src/main/webapp/WEB-INF/wro.xml&lt;/wroFile&gt; &lt;wroManagerFactory&gt;ro.isdc.wro.extensions.manager.standalone.GoogleStandaloneManagerFactory&lt;/wroManagerFactory&gt; &lt;/configuration&gt; &lt;/plugin&gt; &lt;/plugins&gt; </code></pre>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload