You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@taverna.apache.org by st...@apache.org on 2015/02/17 12:51:00 UTC

[42/50] [abbrv] incubator-taverna-osgi git commit: Merge branch 'taverna3-maven-plugin'

Merge branch 'taverna3-maven-plugin'

>From https://github.com/taverna/taverna3-maven-plugin master


Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-osgi/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-osgi/commit/b8c5f925
Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-osgi/tree/b8c5f925
Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-osgi/diff/b8c5f925

Branch: refs/heads/master
Commit: b8c5f9255a463759e6a653b7238f6d7836efe261
Parents: d27ddcd 3726492
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Sun Dec 28 02:41:16 2014 -0600
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Sun Dec 28 02:41:16 2014 -0600

----------------------------------------------------------------------
 taverna-maven-plugin/pom.xml                    | 127 ++++++
 .../t2/maven/plugins/AbstractDeployMojo.java    |  56 +++
 .../t2/maven/plugins/AbstractWagonMojo.java     |  60 +++
 .../t2/maven/plugins/BundleArtifact.java        |  66 +++
 .../t2/maven/plugins/MavenOsgiUtils.java        | 415 +++++++++++++++++++
 .../sf/taverna/t2/maven/plugins/Package.java    |  46 ++
 .../t2/maven/plugins/PackageVersion.java        |  77 ++++
 .../plugins/TavernaPluginDeployFileMojo.java    | 235 +++++++++++
 .../maven/plugins/TavernaPluginDeployMojo.java  | 220 ++++++++++
 .../plugins/TavernaPluginGenerateMojo.java      | 142 +++++++
 .../TavernaPluginPrepareBundlesMojo.java        |  84 ++++
 .../maven/plugins/TavernaProfileDeployMojo.java | 275 ++++++++++++
 .../plugins/TavernaProfileGenerateMojo.java     | 221 ++++++++++
 .../net/sf/taverna/t2/maven/plugins/Utils.java  | 171 ++++++++
 .../resources/META-INF/plexus/components.xml    |  32 ++
 .../src/main/resources/java7-packages           | 209 ++++++++++
 .../plugins/TavernaPluginGenerateMojoTest.java  |  80 ++++
 .../src/test/resources/unit/plugin-config.xml   |  19 +
 18 files changed, 2535 insertions(+)
----------------------------------------------------------------------