From 200a40b332420f94992eb39a6d0ea1cf1490ffc4 Mon Sep 17 00:00:00 2001 From: coreyg Date: Fri, 21 Nov 2014 09:30:19 +0000 Subject: Adding tuscany's website to their svn repo for svnpubsub git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1640879 13f79535-47bb-0310-9956-ffa450edef68 --- .../tuscany-composite-plugin/composite-mojo.html | 216 +++++++++++++++++++++ 1 file changed, 216 insertions(+) create mode 100644 site/trunk/site-publish/plugins/tuscany-composite-plugin/composite-mojo.html (limited to 'site/trunk/site-publish/plugins/tuscany-composite-plugin/composite-mojo.html') diff --git a/site/trunk/site-publish/plugins/tuscany-composite-plugin/composite-mojo.html b/site/trunk/site-publish/plugins/tuscany-composite-plugin/composite-mojo.html new file mode 100644 index 0000000000..89102f282a --- /dev/null +++ b/site/trunk/site-publish/plugins/tuscany-composite-plugin/composite-mojo.html @@ -0,0 +1,216 @@ + + + + + + + + + + + + + + Apache Tuscany Composite Plugin - + tuscany-composite-plugin - tuscany-composite:composite + + + + + + + +
+ +
+
+
+ + + +

tuscany-composite:composite

+

Packages an SCA Composite archive.

+

Mojo Attributes:

    +
  • Requires a Maven 2.0 project to execute.
  • +
  • Automatically executes within the lifecycle phase: package
  • +
+ +

Required Parameters

+ + + + + + + + + + + + + + + + +
NameTypeDescription
classesDirectoryFileDirectory containing the classes to include in the archive.
outputDirectoryFileBuild output directory.
+
+

Optional Parameters

+ + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
archiveMavenArchiveConfigurationStandard Maven archive configuration.
classifierStringClassifier to add to the generated artifact.
compositeNameStringName of the generated composite archive.
projectHelperMavenProjectHelperNo description.
+
+

Parameter Details

+ archive +

Standard Maven archive configuration.

+
    +
  • Type: org.apache.maven.archiver.MavenArchiveConfiguration
  • +
  • Required: No
  • +

classesDirectory + Directory containing the classes to include in the archive. +
    +
  • Type: java.io.File
  • +
  • Required: Yes
  • +
  • Expression: ${project.build.outputDirectory}
  • +

classifier + Classifier to add to the generated artifact. +
    +
  • Type: java.lang.String
  • +
  • Required: No
  • +

compositeName + Name of the generated composite archive. +
    +
  • Type: java.lang.String
  • +
  • Required: No
  • +
  • Expression: ${project.build.finalName}
  • +

outputDirectory + Build output directory. +
    +
  • Type: java.io.File
  • +
  • Required: Yes
  • +
  • Expression: ${project.build.directory}
  • +

projectHelper + No Description. +
    +
  • Type: org.apache.maven.project.MavenProjectHelper
  • +
  • Required: No
  • +
+
+
+ + +
+
+
+
+
+ + + -- cgit v1.2.3