attilapuskas

Results 4 issues of attilapuskas

Have a _package.json_ like: ``` .. "scripts": { "build": "pnpm build-a && pnpm build-b", "build-a": "webpack --config webpack.config.a.js", "build-b": "webpack --config webpack.config.b.js" } .. ``` It is not possible to...

We are using polymer-bundler to import all needed elements at once. Because of that the method named whenPolymerLoaded is never called in com.vaadin.polymer.Polymer so for example the Polymer & Base...

Fixes #413 In the result mapping we need to use "GAV" to be compatible with the other classes in the plugin. While the exclude/includeArtifacts should still use the Artifact#getId, since...

When using any kind of exclusion configuration, like _artifactFiltersUrl, excludedGroups or excludedArtifacts_, then the [_excludeTransitiveDependencies_](https://www.mojohaus.org/license-maven-plugin/aggregate-download-licenses-mojo.html#excludeTransitiveDependencies) does not work. I think the reason is that the following two lines: https://github.com/mojohaus/license-maven-plugin/blob/4736bf622dec0ce2aea88b60f38d354dfc8b0f27/src/main/java/org/codehaus/mojo/license/download/LicensedArtifactResolver.java#L219 https://github.com/mojohaus/license-maven-plugin/blob/4736bf622dec0ce2aea88b60f38d354dfc8b0f27/src/main/java/org/codehaus/mojo/license/download/LicensedArtifactResolver.java#L142...