Andre Wachsmuth

Results 120 comments of Andre Wachsmuth

Thanks for reporting! But what exactly do you mean by missing? I see all versions listed here ![image](https://github.com/blutorange/closure-compiler-maven-plugin/assets/2456413/72838e36-5265-4696-a4e4-a62b1b0ceb5a) And when I click on "Browse" it shows a list of all...

I see, that's strange. When I go to https://search.maven.org/search?q=closure-compiler-maven-plugin, it just immediately redirected me to the new page. If I search online, I usually use `mvn versions:display-dependency-updates` or https://mvnrepository.com/artifact/com.github.blutorange/closure-compiler-maven-plugin, so...

Can't say I particularly like the new UI either. Nothing I can do unfortunately. It now just immediately redirects me to the new page no matter what I do. Seems...

**Comment by [vgalcenco](https://github.com/vgalcenco)** _Friday Apr 17, 2015 at 07:23 GMT_ ---- +1 for this feature to be implemented as I'm facing exactly the same challenges Andrea mentioned, however in my...

**Comment by [stefan-niedermann](https://github.com/stefan-niedermann)** _Thursday Apr 30, 2015 at 15:36 GMT_ ---- +1 from me, too. i like the plugin but if i use it, my complete project depends on maven...

**Comment by [woodgoblin](https://github.com/woodgoblin)** _Wednesday Jul 01, 2015 at 13:30 GMT_ ---- +1 also. If it is possilbe, it will be great to do so. I have a single-page app and...

@grantsunny Is there still any interest in this? I could imagine the following approach, what do you think? For each execution, add a configuration to the plugin for the HTML...

@grantsunny You can try out version [2.32.0-SNAPSHOT](https://oss.sonatype.org/service/local/repositories/snapshots/content/com/github/blutorange/closure-compiler-maven-plugin/2.32.0-SNAPSHOT/closure-compiler-maven-plugin-2.32.0-20240915.211153-1.pom) if you'd like. [See the site for documentation on the new options](https://blutorange.github.io/closure-compiler-maven-plugin/examples/htmlUpdate.html), as well as the JavaDocs for [HtmlUpdate](https://blutorange.github.io/closure-compiler-maven-plugin/apidocs/com/github/blutorange/maven/plugin/closurecompiler/plugin/HtmlUpdate.html) and the [Mojo goal...

For reference, what is the expected output? Do you want to preserve the imports / exports as-is, just minify the content? That seems related to google/closure-compiler#3740

For reference, `skipMerge` is basically just a shortcut for minifying multiple files individually. Closing this for now, as there does not seem anything I can do.