Closed maybeec closed 9 years ago
Awesome. @may-bee thanks :+1:
Moved and release. Can be found here now: https://github.com/m-m-m/eclipse-templatevariables/wiki
:+1: nice, if you also register it in the marketplace someone can drag&drop it into his workspace to install it or simply search it over the eclipse marketplace.
:+1:
I have added a root configuration for building your eclipse plug-in as discussed. There are some TODOs for you left in the
mmm-eclipse/mmm-eclipse-templatevariables-feature/feature.xml
you might want to solve before releasing.I pushed the eclipse configuration as you might want to develop your plug-in in a manifest-first approach, which is much more easier as pom-first. Therefore, I also disabled the maven-eclipse-plugin for the mmm-eclipse maven subtree to not result in destroyed configurations accidentially.
You can now simply build a new version of your plug-in running
mvn package
on themmm-eclipse
parent. You will then find the packed eclipse update-site of your plug-in in the*.updatesite/eclipse-target
folder.Happy eclipse plug-in development ;) If you like to know more about automatically uploading your build to the cloud via maven, just contact me or have a look at the wagon configuration of AgileReview.