<plugin> <groupId>ro.isdc.wro4j</groupId> <artifactId>wro4j-maven-plugin</artifactId> <executions> <execution> <phase>compile</phase> <goals> <goal>run</goal> </goals> </execution> </executions> <configuration> <minimize>true</minimize> <destinationFolder>${basedir}/src/main/webapp/static/</destinationFolder> <contextFolder>${basedir}/src/main/webapp/</contextFolder> <wroFile>${basedir}/src/main/webapp/WEB-INF/wro.xml</wroFile> <wroManagerFactory>ro.isdc.wro.maven.plugin.manager.factory.ConfigurableWroManagerFactory</wroManagerFactory> <ignoreMissingResources>false</ignoreMissingResources> </configuration>
</plugin> <dependency> <groupId>org.webjars</groupId> <artifactId>jquery</artifactId> <version>1.9.1</version> </dependency><group name="jquery">
<js>classpath:/META-INF/resources/webjars/jquery/1.9.1/jquery.js</js>
</group>[INFO] processing group: jquery.js0 ERROR PreProcessorExecutor - Cannot ignore missing resource: ro.isdc.wro.model.resource.Resource@1f87f5d[JS,classpath:/META-INF/resources/webjars/jquery/1.9.1/jquery.js,true]1 ERROR WroRuntimeException - Exception while merging resources: Couldn't get InputStream from this resource: classpath:/META-INF/resources/webjars/jquery/1.9.1/jquery.js