summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/maven (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-05-24TUSCANY-3861: rename the tuscany plugin to ↵antelder9-6/+5
org.apache.tuscany.sca:tuscany-maven-plugin git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1126928 13f79535-47bb-0310-9956-ffa450edef68
2011-05-17Update for latest domain node changesantelder1-5/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1104143 13f79535-47bb-0310-9956-ffa450edef68
2011-04-20Update start mojo to start runtimes and store them in the static mapantelder1-21/+31
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1095490 13f79535-47bb-0310-9956-ffa450edef68
2011-04-20No code changes just format the codeantelder2-27/+28
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1095421 13f79535-47bb-0310-9956-ffa450edef68
2011-04-20Start adding start and stop mojo's to the plugin. The start one isn't ↵antelder2-0/+240
finished yet git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1095417 13f79535-47bb-0310-9956-ffa450edef68
2011-04-01Add back jetty dependency that was inadvertently removedantelder1-0/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1087609 13f79535-47bb-0310-9956-ffa450edef68
2011-03-31Add start of a way to run webapps from the tuscany pluginantelder2-11/+63
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1087400 13f79535-47bb-0310-9956-ffa450edef68
2011-03-31Include any runtime dependencies of the project in the classpath when ↵antelder1-2/+7
invoking the main method git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1087246 13f79535-47bb-0310-9956-ffa450edef68
2011-03-31Add support for invoking a main method instead of running the Shell. That ↵antelder1-0/+45
enables using 'mvn tuscany:run' instead of 'mvn exec:java' to run a Tuscany sample that runs a regular Java SE class using Tuscany git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1087238 13f79535-47bb-0310-9956-ffa450edef68
2011-03-31Update the approach to choosing what is the contribution so that a folder in ↵antelder1-0/+4
the target directory named after the artifact or the target/classes folder is used over the packaged artifact. That means if you update a contribution project in an IDE like Eclipse the changes are still used even though eclipse doesn't rebuild teh jar git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1087210 13f79535-47bb-0310-9956-ffa450edef68
2011-03-15Remove unused code, rename config parameter to be domainURI, add nodeConfig ↵antelder1-42/+8
(currently unused git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1081717 13f79535-47bb-0310-9956-ffa450edef68
2011-03-15Update mojo to use a paramter name domainURI for the domain URI to match the ↵antelder1-6/+6
run mojo git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1081716 13f79535-47bb-0310-9956-ffa450edef68
2011-02-23Add jetty by default so http based things work by default with the pluginantelder1-0/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1073844 13f79535-47bb-0310-9956-ffa450edef68
2011-02-09Update to show command help at startupantelder2-0/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1068816 13f79535-47bb-0310-9956-ffa450edef68
2011-02-06Udate jline version and javadoc correctionantelder2-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1067751 13f79535-47bb-0310-9956-ffa450edef68
2011-02-06Rename the tuscany plugin 'launch' mojo to be named 'shell' and update it to ↵antelder2-108/+79
run the tuscany shell. So now you can run the shell without needing to get any Tuscany distribution by using: mvn org.apache.tuscany.maven.plugins:maven-tuscany-plugin:2.0-SNAPSHOT:shell git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1067654 13f79535-47bb-0310-9956-ffa450edef68
2011-02-06Update the plugins execute phase from package to test-compile so that you ↵antelder1-1/+1
don't need to build the project each time to run it git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1067648 13f79535-47bb-0310-9956-ffa450edef68
2011-02-06Update the Tuscany maven plugin to run the Shell so that it supports all the ↵antelder2-6/+20
interactive shell commands from mvn tuscany:run git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1067646 13f79535-47bb-0310-9956-ffa450edef68
2011-02-06Add explicit version to compiler plugin to avoid maven warning messagesantelder1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1067640 13f79535-47bb-0310-9956-ffa450edef68
2011-02-06Add compiler-plugin to contribution-jar archetype as its required when using ↵antelder1-0/+11
older maven versions git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1067620 13f79535-47bb-0310-9956-ffa450edef68
2011-02-06Clean up contribution jar archetype and update to create a standalone ↵antelder8-104/+153
project that doesn't use a tuscany parent pom git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1067618 13f79535-47bb-0310-9956-ffa450edef68
2011-02-05Fix lots of depricated maven variable warnings for Maven v3antelder8-24/+24
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1067440 13f79535-47bb-0310-9956-ffa450edef68
2011-01-27Modified poms for Maven 3 compliance.fmoga9-9/+9
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1064296 13f79535-47bb-0310-9956-ffa450edef68
2011-01-10Bump up copyright year in the NOTICE filesantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1057117 13f79535-47bb-0310-9956-ffa450edef68
2010-10-25Update tuscany plugin to use hazelcast domainantelder1-0/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1026985 13f79535-47bb-0310-9956-ffa450edef68
2010-10-15Add license headerantelder1-0/+16
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1022953 13f79535-47bb-0310-9956-ffa450edef68
2010-10-14Start to get rid of shades and replace with the aggregate jars. This moves ↵antelder1-2/+2
the shades/base and base-nodep out of shades and into distribution/aggregates and updates to use those. The remaining ones in shades i think can probably just be deleted but i'll do that in separate steps. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1022443 13f79535-47bb-0310-9956-ffa450edef68
2010-10-01Add missing JUnit dependencyantelder1-0/+8
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1003422 13f79535-47bb-0310-9956-ffa450edef68
2010-10-01Move archetypes into maven folderantelder106-0/+4880
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1003411 13f79535-47bb-0310-9956-ffa450edef68
2010-06-02Correct version from merge from m5 branch to trunkantelder1-3/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@950603 13f79535-47bb-0310-9956-ffa450edef68
2010-06-02Try moving the Tuscany plugin to be included in trunk buildantelder6-0/+588
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@950415 13f79535-47bb-0310-9956-ffa450edef68