summaryrefslogtreecommitdiffstats
path: root/maven-plugins/trunk (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-08-30Add a maven plugin that checks the class conflicts for the dependencies or ↵rfeng15-0/+1215
all jars from a directory git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@990880 13f79535-47bb-0310-9956-ffa450edef68
2010-05-28Bump version up to m5antelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@949132 13f79535-47bb-0310-9956-ffa450edef68
2010-05-27Undo version up to m5antelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948983 13f79535-47bb-0310-9956-ffa450edef68
2010-05-27Bump version up to m5antelder1-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948977 13f79535-47bb-0310-9956-ffa450edef68
2010-04-25Use 'default' for default domain name to match rest of tuscany codeantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@937877 13f79535-47bb-0310-9956-ffa450edef68
2010-04-19Remove now unused parameter from tuscany run pluginantelder1-5/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@935613 13f79535-47bb-0310-9956-ffa450edef68
2010-04-19Update tuscany run plugin to support specifying additional contributions in ↵antelder1-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
2010-04-04[maven-release-plugin] prepare for next development iterationantelder1-4/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@930639 13f79535-47bb-0310-9956-ffa450edef68
2010-04-04[maven-release-plugin] prepare release maven-eclipse-compiler-1.0.2antelder1-4/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@930637 13f79535-47bb-0310-9956-ffa450edef68
2010-04-03One more place to close filesrfeng2-17/+9
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@930529 13f79535-47bb-0310-9956-ffa450edef68
2010-04-03[maven-release-plugin] prepare for next development iterationantelder1-4/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@930499 13f79535-47bb-0310-9956-ffa450edef68
2010-04-03[maven-release-plugin] prepare release maven-eclipse-compiler-1.0.2antelder1-4/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@930497 13f79535-47bb-0310-9956-ffa450edef68
2010-04-03Add a release notes fileantelder1-0/+16
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@930496 13f79535-47bb-0310-9956-ffa450edef68
2010-04-02Close the file handle after reading the contentrfeng1-3/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@930395 13f79535-47bb-0310-9956-ffa450edef68
2010-03-31Fix the line feed for osgi.bundlesrfeng1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@929729 13f79535-47bb-0310-9956-ffa450edef68
2010-03-22Update to use the built artifact if the folder doesn't exist and to start a ↵antelder1-2/+6
distributed doamin by default git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@926044 13f79535-47bb-0310-9956-ffa450edef68
2010-03-20Update Tuscany run plugin for latest runtime and change to not include all ↵antelder2-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
2010-03-05[maven-release-plugin] prepare for next development iterationantelder1-4/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@919568 13f79535-47bb-0310-9956-ffa450edef68
2010-03-05[maven-release-plugin] prepare release maven-bundle-plugin-1.0.6antelder1-4/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@919565 13f79535-47bb-0310-9956-ffa450edef68
2010-03-05Update RELEASE NOTES for 1.0.6 releaseantelder1-0/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@919564 13f79535-47bb-0310-9956-ffa450edef68
2010-03-01[maven-release-plugin] prepare for next development iterationantelder1-4/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@917700 13f79535-47bb-0310-9956-ffa450edef68
2010-03-01[maven-release-plugin] prepare release maven-zip-plugin-alpha2antelder1-4/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@917698 13f79535-47bb-0310-9956-ffa450edef68
2010-03-01Update release notesantelder1-0/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@917693 13f79535-47bb-0310-9956-ffa450edef68
2010-03-01Update zip plugin to include the install and deploy phasesantelder1-0/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@917691 13f79535-47bb-0310-9956-ffa450edef68
2010-02-04TUSCANY-3457 - add temp code to copy the manifest file byte for byte to get ↵slaws1-6/+54
round the problem of the copy via the Manifest object dropping some attributes. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@906492 13f79535-47bb-0310-9956-ffa450edef68
2010-01-29Allow the plugin to generate config for the whole distrorfeng2-1/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@904564 13f79535-47bb-0310-9956-ffa450edef68
2010-01-09Add the ability to generate feature-based aggregated bundlesrfeng2-20/+60
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@897505 13f79535-47bb-0310-9956-ffa450edef68
2010-01-05Add new goal so that we can generate a single OSGi bundle from the modulesrfeng3-0/+650
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@896154 13f79535-47bb-0310-9956-ffa450edef68
2009-12-18[maven-release-plugin] prepare for next development iterationantelder1-4/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@892214 13f79535-47bb-0310-9956-ffa450edef68
2009-12-18[maven-release-plugin] prepare release maven-zip-plugin-alpha1antelder1-4/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@892210 13f79535-47bb-0310-9956-ffa450edef68
2009-12-18Put back the zip plugin from r798911antelder13-0/+2338
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@892208 13f79535-47bb-0310-9956-ffa450edef68
2009-11-26Add support for specifying the domain uri and aditional contributions, eg ↵antelder1-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
2009-11-25Update version to use latest trunk snapshotantelder1-11/+11
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@884063 13f79535-47bb-0310-9956-ffa450edef68
2009-11-20Comment out wsdl2java and java2wsdl as I don't think they're used at the ↵slaws1-2/+2
moment. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882499 13f79535-47bb-0310-9956-ffa450edef68
2009-11-20Update dependency to latest released versionslaws1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882497 13f79535-47bb-0310-9956-ffa450edef68
2009-11-03[maven-release-plugin] prepare for next development iterationantelder1-4/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@832335 13f79535-47bb-0310-9956-ffa450edef68
2009-11-03[maven-release-plugin] prepare release maven-bundle-plugin-1.0.5antelder1-4/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@832333 13f79535-47bb-0310-9956-ffa450edef68
2009-11-03Update release notes for 1.0.5 releaseantelder1-0/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@832332 13f79535-47bb-0310-9956-ffa450edef68
2009-10-29Update the readme with description of the pluginrfeng1-4/+21
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@831095 13f79535-47bb-0310-9956-ffa450edef68
2009-10-29Filter out system packages in export from non-bundle jars such as xerces, ↵rfeng2-5/+17
xalan or saxon to avoid package conflicts git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@831078 13f79535-47bb-0310-9956-ffa450edef68
2009-10-28[maven-release-plugin] prepare for next development iterationantelder1-4/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830550 13f79535-47bb-0310-9956-ffa450edef68
2009-10-28[maven-release-plugin] prepare release maven-tuscany-plugin-2.0-M4antelder1-4/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830547 13f79535-47bb-0310-9956-ffa450edef68
2009-10-28Update to use the M4 releaseantelder1-11/+11
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830524 13f79535-47bb-0310-9956-ffa450edef68
2009-10-28Update typos and grammer in release notesantelder1-3/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830523 13f79535-47bb-0310-9956-ffa450edef68
2009-10-28Update release notesantelder1-3/+37
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830518 13f79535-47bb-0310-9956-ffa450edef68
2009-10-28[maven-release-plugin] prepare for next development iterationantelder1-4/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830471 13f79535-47bb-0310-9956-ffa450edef68
2009-10-28[maven-release-plugin] prepare release maven-osgi-junit-plugin-1.0antelder1-4/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830469 13f79535-47bb-0310-9956-ffa450edef68
2009-10-28Change to use non-snapshot version of dependency so the plugin can be relesedantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830468 13f79535-47bb-0310-9956-ffa450edef68
2009-10-28Add a release notes fileantelder1-0/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830466 13f79535-47bb-0310-9956-ffa450edef68
2009-10-27Remove the compile dependency on tuscany-node-launcher-equinox rfeng2-8/+47
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830245 13f79535-47bb-0310-9956-ffa450edef68