m-m-m / util

Mature Modular Meta-Framework
http://m-m-m.sourceforge.net
Apache License 2.0
10 stars 5 forks source link

Tycho build configuration added for TempalteVariables eclipse plugin #142

Closed maybeec closed 9 years ago

maybeec commented 9 years ago

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 the mmm-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.

hohwille commented 9 years ago

Awesome. @may-bee thanks :+1:

hohwille commented 9 years ago

Moved and release. Can be found here now: https://github.com/m-m-m/eclipse-templatevariables/wiki

maybeec commented 9 years ago

:+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.

hohwille commented 9 years ago

https://marketplace.eclipse.org/content/mmm-templatevariables

maybeec commented 9 years ago

:+1: