cincheo / jsweet-examples

A set of simple examples to show what can be done with the JSweet transpiler (Java to JavaScript)
Apache License 2.0
37 stars 18 forks source link

Could not find artifact org.jsweet:jsweet-maven-plugin:jar:1.0.0-SNAPSHOT #12

Closed tdebroc closed 8 years ago

tdebroc commented 8 years ago

I have a maven Build Failure: [ERROR] Plugin org.jsweet:jsweet-maven-plugin:1.0.0-SNAPSHOT or one of its dependencies could not be resolved: Could not find artifact org.jsweet:jsweet-maven-plugin:jar:1.0.0-SNAPSHOT

renaudpawlak commented 8 years ago

Was it when building the jsweet-quickstart project or when building the jsweet-examples? There was a problem in the pom.xml of the jsweet-quickstart project that would have led to this error. It is fixed now though.

renaudpawlak commented 8 years ago

This issue was moved to cincheo/jsweet#18