summaryrefslogtreecommitdiffstats
path: root/maven-plugins/trunk/maven-tuscany-plugin (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Bump version up to m5antelder2010-05-281-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@949132 13f79535-47bb-0310-9956-ffa450edef68
* Undo version up to m5antelder2010-05-271-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948983 13f79535-47bb-0310-9956-ffa450edef68
* Bump version up to m5antelder2010-05-271-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948977 13f79535-47bb-0310-9956-ffa450edef68
* Use 'default' for default domain name to match rest of tuscany codeantelder2010-04-251-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@937877 13f79535-47bb-0310-9956-ffa450edef68
* Remove now unused parameter from tuscany run pluginantelder2010-04-191-5/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@935613 13f79535-47bb-0310-9956-ffa450edef68
* Update tuscany run plugin to support specifying additional contributions in ↵antelder2010-04-191-14/+51
| | | | | | the plugin config xml, and to support NodeFactory config properties git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@935611 13f79535-47bb-0310-9956-ffa450edef68
* Update to use the built artifact if the folder doesn't exist and to start a ↵antelder2010-03-221-2/+6
| | | | | | distributed doamin by default git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@926044 13f79535-47bb-0310-9956-ffa450edef68
* Update Tuscany run plugin for latest runtime and change to not include all ↵antelder2010-03-202-62/+3
| | | | | | extension by default but require that they're added separately where the plugin is used. Also update to use the exploded folder in the target directory as the contribution instead of the packaged artifacts as the bpel extension only seems to work with folder contributions git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@925592 13f79535-47bb-0310-9956-ffa450edef68
* Add support for specifying the domain uri and aditional contributions, eg ↵antelder2009-11-261-18/+32
| | | | | | mvn tuscany:run -Ddomain=tribes:foo -Dcontributions=..\calculator\target\sample-calculator.jar git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@884488 13f79535-47bb-0310-9956-ffa450edef68
* Update version to use latest trunk snapshotantelder2009-11-251-11/+11
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@884063 13f79535-47bb-0310-9956-ffa450edef68
* [maven-release-plugin] prepare for next development iterationantelder2009-10-281-4/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830550 13f79535-47bb-0310-9956-ffa450edef68
* [maven-release-plugin] prepare release maven-tuscany-plugin-2.0-M4antelder2009-10-281-4/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830547 13f79535-47bb-0310-9956-ffa450edef68
* Update to use the M4 releaseantelder2009-10-281-11/+11
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830524 13f79535-47bb-0310-9956-ffa450edef68
* Update typos and grammer in release notesantelder2009-10-281-3/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830523 13f79535-47bb-0310-9956-ffa450edef68
* Update release notesantelder2009-10-281-3/+37
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830518 13f79535-47bb-0310-9956-ffa450edef68
* Add tribes dependencyantelder2009-10-141-0/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825154 13f79535-47bb-0310-9956-ffa450edef68
* Update for package rename and add a http host dependencyantelder2009-10-142-1/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825152 13f79535-47bb-0310-9956-ffa450edef68
* Correct javadoc comment, the launch command is: mvn ↵antelder2009-08-311-1/+1
| | | | | | org.apache.tuscany.maven.plugin:maven-tuscany-plugin:launch [-Ddomain=tribes:myDomain] -Dcontributions=path\to\scacontribution git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@809489 13f79535-47bb-0310-9956-ffa450edef68
* Add a new mojo to the tuscany plugin to enable running sca contributions ↵antelder2009-08-311-0/+108
| | | | | | from maven without needing to install anything for tuscany, just run the tuscany plugin pointing at a contribution, eg: mvn org.apache.tuscany.maven.plugin:tuscany-launch-plugin:launch [-Ddomain=tribes:myDomain] -Dcontributions=path\to\scacontribution,otherContributions... git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@809487 13f79535-47bb-0310-9956-ffa450edef68
* Update tuscany plugin for latest extensions and modulesantelder2009-08-311-1/+18
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@809486 13f79535-47bb-0310-9956-ffa450edef68
* Add recent extensions to the tuscany pluginantelder2009-08-112-3/+27
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@803039 13f79535-47bb-0310-9956-ffa450edef68
* Fix svn:eol-style and svn:keywords properties for java/xml filesrfeng2009-07-212-406/+406
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@796168 13f79535-47bb-0310-9956-ffa450edef68
* Fix a couple of typosslaws2009-04-241-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@768207 13f79535-47bb-0310-9956-ffa450edef68
* [maven-release-plugin] prepare for next development iterationantelder2009-04-221-4/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@767569 13f79535-47bb-0310-9956-ffa450edef68
* [maven-release-plugin] prepare release maven-tuscany-plugin-alpha1antelder2009-04-221-4/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@767567 13f79535-47bb-0310-9956-ffa450edef68
* Update tuscany plugin versionantelder2009-04-221-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@767566 13f79535-47bb-0310-9956-ffa450edef68
* Add doc and legal filesantelder2009-04-224-0/+299
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@767563 13f79535-47bb-0310-9956-ffa450edef68
* Strawman tuscany:run maven pluginantelder2009-04-192-0/+406
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@766438 13f79535-47bb-0310-9956-ffa450edef68