cincheo / jsweet

A Java to JavaScript transpiler.
http://www.jsweet.org
Other
1.46k stars 158 forks source link

Released maven-plugin cant be found in artefactory('plugins-release-local') while snapshots can in ('plugins-snapshot-local') #538

Closed HenningL closed 5 years ago

HenningL commented 5 years ago

The maven-plugin doesnt get published when released. Using the latest SNAPSHOT of the maven plugin, than doesnt find the transpiler of this SNAPSHOT version. Makes it bit complicated to use it OOTB

lgrignon commented 5 years ago

Hey, You can find stable release versions here: http://repository.jsweet.org/artifactory/webapp/#/artifacts/browse/tree/General/plugins-release-local/org/jsweet/jsweet-maven-plugin/2.3.0/jsweet-maven-plugin-2.3.0.jar http://repository.jsweet.org/artifactory/webapp/#/artifacts/browse/tree/General/libs-release-local/org/jsweet/jsweet-transpiler/2.3.0/jsweet-transpiler-2.3.0.jar

and latest snapshot versions here: http://repository.jsweet.org/artifactory/webapp/#/artifacts/browse/tree/General/libs-snapshot-local/org/jsweet/jsweet-transpiler/2.3.1-SNAPSHOT http://repository.jsweet.org/artifactory/webapp/#/artifacts/browse/tree/General/plugins-snapshot-local/org/jsweet/jsweet-maven-plugin/2.3.1-SNAPSHOT

I think everything is there. What do you suggest?

HenningL commented 5 years ago

Thanks, dont know which old tutorial i followed.