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 ++++++++++++++ .../tuscany-composite-plugin/css/maven-base.css | 148 ++++++++++ .../tuscany-composite-plugin/css/maven-theme.css | 141 +++++++++ .../plugins/tuscany-composite-plugin/css/print.css | 7 + .../tuscany-composite-plugin/dependencies.html | 120 ++++++++ .../tuscany-composite-plugin/images/collapsed.gif | Bin 0 -> 53 bytes .../tuscany-composite-plugin/images/expanded.gif | Bin 0 -> 52 bytes .../tuscany-composite-plugin/images/external.png | Bin 0 -> 230 bytes .../images/icon_error_sml.gif | Bin 0 -> 1010 bytes .../images/icon_info_sml.gif | Bin 0 -> 606 bytes .../images/icon_success_sml.gif | Bin 0 -> 990 bytes .../images/icon_warning_sml.gif | Bin 0 -> 576 bytes .../images/logos/maven-feather.png | Bin 0 -> 2907 bytes .../tuscany-composite-plugin/images/newwindow.png | Bin 0 -> 220 bytes .../plugins/tuscany-composite-plugin/index.html | 119 ++++++++ .../tuscany-composite-plugin/integration.html | 119 ++++++++ .../tuscany-composite-plugin/issue-tracking.html | 119 ++++++++ .../plugins/tuscany-composite-plugin/license.html | 321 +++++++++++++++++++++ .../tuscany-composite-plugin/mail-lists.html | 119 ++++++++ .../tuscany-composite-plugin/plugin-info.html | 119 ++++++++ .../tuscany-composite-plugin/project-info.html | 119 ++++++++ .../tuscany-composite-plugin/project-reports.html | 119 ++++++++ .../tuscany-composite-plugin/project-summary.html | 119 ++++++++ .../source-repository.html | 119 ++++++++ .../tuscany-composite-plugin/team-list.html | 134 +++++++++ .../plugins/tuscany-composite-plugin/usage.html | 129 +++++++++ 26 files changed, 2287 insertions(+) create mode 100644 site/trunk/site-publish/plugins/tuscany-composite-plugin/composite-mojo.html create mode 100644 site/trunk/site-publish/plugins/tuscany-composite-plugin/css/maven-base.css create mode 100644 site/trunk/site-publish/plugins/tuscany-composite-plugin/css/maven-theme.css create mode 100644 site/trunk/site-publish/plugins/tuscany-composite-plugin/css/print.css create mode 100644 site/trunk/site-publish/plugins/tuscany-composite-plugin/dependencies.html create mode 100644 site/trunk/site-publish/plugins/tuscany-composite-plugin/images/collapsed.gif create mode 100644 site/trunk/site-publish/plugins/tuscany-composite-plugin/images/expanded.gif create mode 100644 site/trunk/site-publish/plugins/tuscany-composite-plugin/images/external.png create mode 100644 site/trunk/site-publish/plugins/tuscany-composite-plugin/images/icon_error_sml.gif create mode 100644 site/trunk/site-publish/plugins/tuscany-composite-plugin/images/icon_info_sml.gif create mode 100644 site/trunk/site-publish/plugins/tuscany-composite-plugin/images/icon_success_sml.gif create mode 100644 site/trunk/site-publish/plugins/tuscany-composite-plugin/images/icon_warning_sml.gif create mode 100644 site/trunk/site-publish/plugins/tuscany-composite-plugin/images/logos/maven-feather.png create mode 100644 site/trunk/site-publish/plugins/tuscany-composite-plugin/images/newwindow.png create mode 100644 site/trunk/site-publish/plugins/tuscany-composite-plugin/index.html create mode 100644 site/trunk/site-publish/plugins/tuscany-composite-plugin/integration.html create mode 100644 site/trunk/site-publish/plugins/tuscany-composite-plugin/issue-tracking.html create mode 100644 site/trunk/site-publish/plugins/tuscany-composite-plugin/license.html create mode 100644 site/trunk/site-publish/plugins/tuscany-composite-plugin/mail-lists.html create mode 100644 site/trunk/site-publish/plugins/tuscany-composite-plugin/plugin-info.html create mode 100644 site/trunk/site-publish/plugins/tuscany-composite-plugin/project-info.html create mode 100644 site/trunk/site-publish/plugins/tuscany-composite-plugin/project-reports.html create mode 100644 site/trunk/site-publish/plugins/tuscany-composite-plugin/project-summary.html create mode 100644 site/trunk/site-publish/plugins/tuscany-composite-plugin/source-repository.html create mode 100644 site/trunk/site-publish/plugins/tuscany-composite-plugin/team-list.html create mode 100644 site/trunk/site-publish/plugins/tuscany-composite-plugin/usage.html (limited to 'site/trunk/site-publish/plugins/tuscany-composite-plugin') 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
  • +
+
+
+ + +
+
+
+
+
+ + + diff --git a/site/trunk/site-publish/plugins/tuscany-composite-plugin/css/maven-base.css b/site/trunk/site-publish/plugins/tuscany-composite-plugin/css/maven-base.css new file mode 100644 index 0000000000..5fe1845a4d --- /dev/null +++ b/site/trunk/site-publish/plugins/tuscany-composite-plugin/css/maven-base.css @@ -0,0 +1,148 @@ +body { + margin: 0px; + padding: 0px; +} +img { + border:none; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; + text-shadow: #7CFC00; +} +.xright, #bannerRight img { + float:right; + text-shadow: #7CFC00; +} +#banner { + padding: 0px; +} +#banner img { + border: none; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; + border: 1px solid black; + width: 90px; + height: 30px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} diff --git a/site/trunk/site-publish/plugins/tuscany-composite-plugin/css/maven-theme.css b/site/trunk/site-publish/plugins/tuscany-composite-plugin/css/maven-theme.css new file mode 100644 index 0000000000..c982168bf2 --- /dev/null +++ b/site/trunk/site-publish/plugins/tuscany-composite-plugin/css/maven-theme.css @@ -0,0 +1,141 @@ +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: normal; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/site/trunk/site-publish/plugins/tuscany-composite-plugin/css/print.css b/site/trunk/site-publish/plugins/tuscany-composite-plugin/css/print.css new file mode 100644 index 0000000000..26ad7f0b59 --- /dev/null +++ b/site/trunk/site-publish/plugins/tuscany-composite-plugin/css/print.css @@ -0,0 +1,7 @@ +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/site/trunk/site-publish/plugins/tuscany-composite-plugin/dependencies.html b/site/trunk/site-publish/plugins/tuscany-composite-plugin/dependencies.html new file mode 100644 index 0000000000..a8f5a5cf3b --- /dev/null +++ b/site/trunk/site-publish/plugins/tuscany-composite-plugin/dependencies.html @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + Apache Tuscany Composite Plugin - Project Dependencies + + + + + + + +
+ +
+
+
+

Project Dependencies

compile

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

GroupIdArtifactIdVersionClassifierTypeOptional
org.apache.mavenmaven-archiver2.2-jar
org.apache.mavenmaven-plugin-api2.0.4-jar

Project Transitive Dependencies

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

compile

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

GroupIdArtifactIdVersionClassifierTypeOptional
classworldsclassworlds1.1-alpha-2-jar
junitjunit3.8.1-jar
org.apache.mavenmaven-artifact2.0.4-jar
org.apache.mavenmaven-artifact-manager2.0.4-jar
org.apache.mavenmaven-model2.0.4-jar
org.apache.mavenmaven-profile2.0.4-jar
org.apache.mavenmaven-project2.0.4-jar
org.apache.mavenmaven-repository-metadata2.0.4-jar
org.apache.mavenmaven-settings2.0.4-jar
org.apache.maven.wagonwagon-provider-api1.0-alpha-6-jar
org.codehaus.plexusplexus-archiver1.0-alpha-7-jar
org.codehaus.plexusplexus-container-default1.0-alpha-9-jar
org.codehaus.plexusplexus-utils1.1-jar

Project Dependency Graph

Dependency Listings

Apache Tuscany Composite Plugin

An Apache Maven plugin for packaging SCA composite archives.

http://www.apache.org/parent/sca/tuscany-composite-plugin

Maven Archiver

Maven shared components

http://maven.apache.org/shared/maven-archiver

Maven Project Builder

This library is used to not only read Maven project object model files, but to assemble inheritence + and to retrieve remote models as required.

http://maven.apache.org/maven-project

Plexus Archiver Component

Default Plexus Container

Plexus Common Utilities

Maven Artifact

Maven is a project development management and comprehension tool. Based on the concept of a project object model: builds, dependency management, documentation creation, site publication, and distribution publication are all controlled from the declarative file. Maven can be extended by plugins to utilise a number of other development tools for reporting or the build process.

http://maven.apache.org/maven-artifact

Maven Plugin API

Maven is a project development management and comprehension tool. Based on the concept of a project object model: builds, dependency management, documentation creation, site publication, and distribution publication are all controlled from the declarative file. Maven can be extended by plugins to utilise a number of other development tools for reporting or the build process.

http://maven.apache.org/maven-plugin-api

+
+
+
+
+
+ + + diff --git a/site/trunk/site-publish/plugins/tuscany-composite-plugin/images/collapsed.gif b/site/trunk/site-publish/plugins/tuscany-composite-plugin/images/collapsed.gif new file mode 100644 index 0000000000..6e71084064 Binary files /dev/null and b/site/trunk/site-publish/plugins/tuscany-composite-plugin/images/collapsed.gif differ diff --git a/site/trunk/site-publish/plugins/tuscany-composite-plugin/images/expanded.gif b/site/trunk/site-publish/plugins/tuscany-composite-plugin/images/expanded.gif new file mode 100644 index 0000000000..0fef3d89e0 Binary files /dev/null and b/site/trunk/site-publish/plugins/tuscany-composite-plugin/images/expanded.gif differ diff --git a/site/trunk/site-publish/plugins/tuscany-composite-plugin/images/external.png b/site/trunk/site-publish/plugins/tuscany-composite-plugin/images/external.png new file mode 100644 index 0000000000..3f999fc88b Binary files /dev/null and b/site/trunk/site-publish/plugins/tuscany-composite-plugin/images/external.png differ diff --git a/site/trunk/site-publish/plugins/tuscany-composite-plugin/images/icon_error_sml.gif b/site/trunk/site-publish/plugins/tuscany-composite-plugin/images/icon_error_sml.gif new file mode 100644 index 0000000000..61132ef2b0 Binary files /dev/null and b/site/trunk/site-publish/plugins/tuscany-composite-plugin/images/icon_error_sml.gif differ diff --git a/site/trunk/site-publish/plugins/tuscany-composite-plugin/images/icon_info_sml.gif b/site/trunk/site-publish/plugins/tuscany-composite-plugin/images/icon_info_sml.gif new file mode 100644 index 0000000000..c6cb9ad7ce Binary files /dev/null and b/site/trunk/site-publish/plugins/tuscany-composite-plugin/images/icon_info_sml.gif differ diff --git a/site/trunk/site-publish/plugins/tuscany-composite-plugin/images/icon_success_sml.gif b/site/trunk/site-publish/plugins/tuscany-composite-plugin/images/icon_success_sml.gif new file mode 100644 index 0000000000..52e85a430a Binary files /dev/null and b/site/trunk/site-publish/plugins/tuscany-composite-plugin/images/icon_success_sml.gif differ diff --git a/site/trunk/site-publish/plugins/tuscany-composite-plugin/images/icon_warning_sml.gif b/site/trunk/site-publish/plugins/tuscany-composite-plugin/images/icon_warning_sml.gif new file mode 100644 index 0000000000..873bbb52cb Binary files /dev/null and b/site/trunk/site-publish/plugins/tuscany-composite-plugin/images/icon_warning_sml.gif differ diff --git a/site/trunk/site-publish/plugins/tuscany-composite-plugin/images/logos/maven-feather.png b/site/trunk/site-publish/plugins/tuscany-composite-plugin/images/logos/maven-feather.png new file mode 100644 index 0000000000..5beac166dd Binary files /dev/null and b/site/trunk/site-publish/plugins/tuscany-composite-plugin/images/logos/maven-feather.png differ diff --git a/site/trunk/site-publish/plugins/tuscany-composite-plugin/images/newwindow.png b/site/trunk/site-publish/plugins/tuscany-composite-plugin/images/newwindow.png new file mode 100644 index 0000000000..6287f72bd0 Binary files /dev/null and b/site/trunk/site-publish/plugins/tuscany-composite-plugin/images/newwindow.png differ diff --git a/site/trunk/site-publish/plugins/tuscany-composite-plugin/index.html b/site/trunk/site-publish/plugins/tuscany-composite-plugin/index.html new file mode 100644 index 0000000000..24241da4da --- /dev/null +++ b/site/trunk/site-publish/plugins/tuscany-composite-plugin/index.html @@ -0,0 +1,119 @@ + + + + + + + + + + + + + + Apache Tuscany Composite Plugin - About + + + + + + + +
+ +
+
+
+

About Apache Tuscany Composite Plugin

An Apache Maven plugin for packaging SCA composite archives.

+
+
+
+
+
+ + + diff --git a/site/trunk/site-publish/plugins/tuscany-composite-plugin/integration.html b/site/trunk/site-publish/plugins/tuscany-composite-plugin/integration.html new file mode 100644 index 0000000000..3acd4c84db --- /dev/null +++ b/site/trunk/site-publish/plugins/tuscany-composite-plugin/integration.html @@ -0,0 +1,119 @@ + + + + + + + + + + + + + + Apache Tuscany Composite Plugin - Continuous Integration + + + + + + + +
+ +
+
+
+

Continuous Integration

No continuous integration management system is defined. Please check back at a later date.

+
+
+
+
+
+ + + diff --git a/site/trunk/site-publish/plugins/tuscany-composite-plugin/issue-tracking.html b/site/trunk/site-publish/plugins/tuscany-composite-plugin/issue-tracking.html new file mode 100644 index 0000000000..a2009441c6 --- /dev/null +++ b/site/trunk/site-publish/plugins/tuscany-composite-plugin/issue-tracking.html @@ -0,0 +1,119 @@ + + + + + + + + + + + + + + Apache Tuscany Composite Plugin - Issue Tracking + + + + + + + +
+ +
+
+
+

Overview

This project uses Jira a J2EE-based, issue tracking and project management application.

Issue Tracking

Issues, bugs, and feature requests should be submitted to the following issue tracking system for this project.

+
+
+
+
+
+ + + diff --git a/site/trunk/site-publish/plugins/tuscany-composite-plugin/license.html b/site/trunk/site-publish/plugins/tuscany-composite-plugin/license.html new file mode 100644 index 0000000000..46c6aaed5c --- /dev/null +++ b/site/trunk/site-publish/plugins/tuscany-composite-plugin/license.html @@ -0,0 +1,321 @@ + + + + + + + + + + + + + + Apache Tuscany Composite Plugin - Project License + + + + + + + +
+ +
+
+
+

Overview

Typically the licenses listed for the project are that of the project itself, and not of dependencies.

Project License

The Apache Software License, Version 2.0

+                                 Apache License
+                           Version 2.0, January 2004
+                        http://www.apache.org/licenses/
+
+   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+   1. Definitions.
+
+      "License" shall mean the terms and conditions for use, reproduction,
+      and distribution as defined by Sections 1 through 9 of this document.
+
+      "Licensor" shall mean the copyright owner or entity authorized by
+      the copyright owner that is granting the License.
+
+      "Legal Entity" shall mean the union of the acting entity and all
+      other entities that control, are controlled by, or are under common
+      control with that entity. For the purposes of this definition,
+      "control" means (i) the power, direct or indirect, to cause the
+      direction or management of such entity, whether by contract or
+      otherwise, or (ii) ownership of fifty percent (50%) or more of the
+      outstanding shares, or (iii) beneficial ownership of such entity.
+
+      "You" (or "Your") shall mean an individual or Legal Entity
+      exercising permissions granted by this License.
+
+      "Source" form shall mean the preferred form for making modifications,
+      including but not limited to software source code, documentation
+      source, and configuration files.
+
+      "Object" form shall mean any form resulting from mechanical
+      transformation or translation of a Source form, including but
+      not limited to compiled object code, generated documentation,
+      and conversions to other media types.
+
+      "Work" shall mean the work of authorship, whether in Source or
+      Object form, made available under the License, as indicated by a
+      copyright notice that is included in or attached to the work
+      (an example is provided in the Appendix below).
+
+      "Derivative Works" shall mean any work, whether in Source or Object
+      form, that is based on (or derived from) the Work and for which the
+      editorial revisions, annotations, elaborations, or other modifications
+      represent, as a whole, an original work of authorship. For the purposes
+      of this License, Derivative Works shall not include works that remain
+      separable from, or merely link (or bind by name) to the interfaces of,
+      the Work and Derivative Works thereof.
+
+      "Contribution" shall mean any work of authorship, including
+      the original version of the Work and any modifications or additions
+      to that Work or Derivative Works thereof, that is intentionally
+      submitted to Licensor for inclusion in the Work by the copyright owner
+      or by an individual or Legal Entity authorized to submit on behalf of
+      the copyright owner. For the purposes of this definition, "submitted"
+      means any form of electronic, verbal, or written communication sent
+      to the Licensor or its representatives, including but not limited to
+      communication on electronic mailing lists, source code control systems,
+      and issue tracking systems that are managed by, or on behalf of, the
+      Licensor for the purpose of discussing and improving the Work, but
+      excluding communication that is conspicuously marked or otherwise
+      designated in writing by the copyright owner as "Not a Contribution."
+
+      "Contributor" shall mean Licensor and any individual or Legal Entity
+      on behalf of whom a Contribution has been received by Licensor and
+      subsequently incorporated within the Work.
+
+   2. Grant of Copyright License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      copyright license to reproduce, prepare Derivative Works of,
+      publicly display, publicly perform, sublicense, and distribute the
+      Work and such Derivative Works in Source or Object form.
+
+   3. Grant of Patent License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      (except as stated in this section) patent license to make, have made,
+      use, offer to sell, sell, import, and otherwise transfer the Work,
+      where such license applies only to those patent claims licensable
+      by such Contributor that are necessarily infringed by their
+      Contribution(s) alone or by combination of their Contribution(s)
+      with the Work to which such Contribution(s) was submitted. If You
+      institute patent litigation against any entity (including a
+      cross-claim or counterclaim in a lawsuit) alleging that the Work
+      or a Contribution incorporated within the Work constitutes direct
+      or contributory patent infringement, then any patent licenses
+      granted to You under this License for that Work shall terminate
+      as of the date such litigation is filed.
+
+   4. Redistribution. You may reproduce and distribute copies of the
+      Work or Derivative Works thereof in any medium, with or without
+      modifications, and in Source or Object form, provided that You
+      meet the following conditions:
+
+      (a) You must give any other recipients of the Work or
+          Derivative Works a copy of this License; and
+
+      (b) You must cause any modified files to carry prominent notices
+          stating that You changed the files; and
+
+      (c) You must retain, in the Source form of any Derivative Works
+          that You distribute, all copyright, patent, trademark, and
+          attribution notices from the Source form of the Work,
+          excluding those notices that do not pertain to any part of
+          the Derivative Works; and
+
+      (d) If the Work includes a "NOTICE" text file as part of its
+          distribution, then any Derivative Works that You distribute must
+          include a readable copy of the attribution notices contained
+          within such NOTICE file, excluding those notices that do not
+          pertain to any part of the Derivative Works, in at least one
+          of the following places: within a NOTICE text file distributed
+          as part of the Derivative Works; within the Source form or
+          documentation, if provided along with the Derivative Works; or,
+          within a display generated by the Derivative Works, if and
+          wherever such third-party notices normally appear. The contents
+          of the NOTICE file are for informational purposes only and
+          do not modify the License. You may add Your own attribution
+          notices within Derivative Works that You distribute, alongside
+          or as an addendum to the NOTICE text from the Work, provided
+          that such additional attribution notices cannot be construed
+          as modifying the License.
+
+      You may add Your own copyright statement to Your modifications and
+      may provide additional or different license terms and conditions
+      for use, reproduction, or distribution of Your modifications, or
+      for any such Derivative Works as a whole, provided Your use,
+      reproduction, and distribution of the Work otherwise complies with
+      the conditions stated in this License.
+
+   5. Submission of Contributions. Unless You explicitly state otherwise,
+      any Contribution intentionally submitted for inclusion in the Work
+      by You to the Licensor shall be under the terms and conditions of
+      this License, without any additional terms or conditions.
+      Notwithstanding the above, nothing herein shall supersede or modify
+      the terms of any separate license agreement you may have executed
+      with Licensor regarding such Contributions.
+
+   6. Trademarks. This License does not grant permission to use the trade
+      names, trademarks, service marks, or product names of the Licensor,
+      except as required for reasonable and customary use in describing the
+      origin of the Work and reproducing the content of the NOTICE file.
+
+   7. Disclaimer of Warranty. Unless required by applicable law or
+      agreed to in writing, Licensor provides the Work (and each
+      Contributor provides its Contributions) on an "AS IS" BASIS,
+      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+      implied, including, without limitation, any warranties or conditions
+      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+      PARTICULAR PURPOSE. You are solely responsible for determining the
+      appropriateness of using or redistributing the Work and assume any
+      risks associated with Your exercise of permissions under this License.
+
+   8. Limitation of Liability. In no event and under no legal theory,
+      whether in tort (including negligence), contract, or otherwise,
+      unless required by applicable law (such as deliberate and grossly
+      negligent acts) or agreed to in writing, shall any Contributor be
+      liable to You for damages, including any direct, indirect, special,
+      incidental, or consequential damages of any character arising as a
+      result of this License or out of the use or inability to use the
+      Work (including but not limited to damages for loss of goodwill,
+      work stoppage, computer failure or malfunction, or any and all
+      other commercial damages or losses), even if such Contributor
+      has been advised of the possibility of such damages.
+
+   9. Accepting Warranty or Additional Liability. While redistributing
+      the Work or Derivative Works thereof, You may choose to offer,
+      and charge a fee for, acceptance of support, warranty, indemnity,
+      or other liability obligations and/or rights consistent with this
+      License. However, in accepting such obligations, You may act only
+      on Your own behalf and on Your sole responsibility, not on behalf
+      of any other Contributor, and only if You agree to indemnify,
+      defend, and hold each Contributor harmless for any liability
+      incurred by, or claims asserted against, such Contributor by reason
+      of your accepting any such warranty or additional liability.
+
+   END OF TERMS AND CONDITIONS
+
+   APPENDIX: How to apply the Apache License to your work.
+
+      To apply the Apache License to your work, attach the following
+      boilerplate notice, with the fields enclosed by brackets "[]"
+      replaced with your own identifying information. (Don't include
+      the brackets!)  The text should be enclosed in the appropriate
+      comment syntax for the file format. We also recommend that a
+      file or class name and description of purpose be included on the
+      same "printed page" as the copyright notice for easier
+      identification within third-party archives.
+
+   Copyright [yyyy] [name of copyright owner]
+
+   Licensed under the Apache License, Version 2.0 (the "License");
+   you may not use this file except in compliance with the License.
+   You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+
+
+
+
+
+
+ + + diff --git a/site/trunk/site-publish/plugins/tuscany-composite-plugin/mail-lists.html b/site/trunk/site-publish/plugins/tuscany-composite-plugin/mail-lists.html new file mode 100644 index 0000000000..9bbac71d9b --- /dev/null +++ b/site/trunk/site-publish/plugins/tuscany-composite-plugin/mail-lists.html @@ -0,0 +1,119 @@ + + + + + + + + + + + + + + Apache Tuscany Composite Plugin - Project Mailing Lists + + + + + + + +
+ +
+
+
+

Project Mailing Lists

These are the mailing lists that have been established for this project. For each list, there is a subscribe, unsubscribe, and an archive link.

NameSubscribeUnsubscribePostArchive
Apache Announce ListSubscribeUnsubscribePostmail-archives.apache.org
+
+
+
+
+
+ + + diff --git a/site/trunk/site-publish/plugins/tuscany-composite-plugin/plugin-info.html b/site/trunk/site-publish/plugins/tuscany-composite-plugin/plugin-info.html new file mode 100644 index 0000000000..c70699d237 --- /dev/null +++ b/site/trunk/site-publish/plugins/tuscany-composite-plugin/plugin-info.html @@ -0,0 +1,119 @@ + + + + + + + + + + + + + + Apache Tuscany Composite Plugin - Plugin documentation + + + + + + + +
+ +
+
+
+

Plugin documentation

Goals available:

GoalDescription
tuscany-composite:compositePackages an SCA Composite archive.
+
+
+
+
+
+ + + diff --git a/site/trunk/site-publish/plugins/tuscany-composite-plugin/project-info.html b/site/trunk/site-publish/plugins/tuscany-composite-plugin/project-info.html new file mode 100644 index 0000000000..4899e64438 --- /dev/null +++ b/site/trunk/site-publish/plugins/tuscany-composite-plugin/project-info.html @@ -0,0 +1,119 @@ + + + + + + + + + + + + + + Apache Tuscany Composite Plugin - Project Information + + + + + + + +
+ +
+
+
+

Project Information

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

Overview

DocumentDescription
AboutAn Apache Maven plugin for packaging SCA composite archives.
Project LicenseThis is a link to the definitions of project licenses.
DependenciesThis document lists the projects dependencies and provides information on each dependency.
Project TeamThis document provides information on the members of this project. These are the individuals who have contributed to the project in one form or another.
Mailing ListsThis document provides subscription and archive information for this project's mailing lists.
Continuous IntegrationThis is a link to the definitions of all continuous integration processes that builds and tests code on a frequent, regular basis.
Source RepositoryThis is a link to the online source repository that can be viewed via a web browser.
Project SummaryThis document lists other related information of this project
Issue TrackingThis is a link to the issue management system for this project. Issues (bugs, features, change requests) can be created and queried using this link.
+
+
+
+
+
+ + + diff --git a/site/trunk/site-publish/plugins/tuscany-composite-plugin/project-reports.html b/site/trunk/site-publish/plugins/tuscany-composite-plugin/project-reports.html new file mode 100644 index 0000000000..56617844d5 --- /dev/null +++ b/site/trunk/site-publish/plugins/tuscany-composite-plugin/project-reports.html @@ -0,0 +1,119 @@ + + + + + + + + + + + + + + Apache Tuscany Composite Plugin - Generated Reports + + + + + + + +
+ +
+
+
+

Generated Reports

This document provides an overview of the various reports that are automatically generated by Maven Each report is briefly described below.

Overview

DocumentDescription
Plugin documentationThis report provides goals and parameters documentation of a plugin
+
+
+
+
+
+ + + diff --git a/site/trunk/site-publish/plugins/tuscany-composite-plugin/project-summary.html b/site/trunk/site-publish/plugins/tuscany-composite-plugin/project-summary.html new file mode 100644 index 0000000000..99c0ccde27 --- /dev/null +++ b/site/trunk/site-publish/plugins/tuscany-composite-plugin/project-summary.html @@ -0,0 +1,119 @@ + + + + + + + + + + + + + + Apache Tuscany Composite Plugin - Project Summary + + + + + + + +
+ +
+
+
+

Project Summary

Project Information

FieldValue
NameApache Tuscany Composite Plugin
DescriptionAn Apache Maven plugin for packaging SCA composite archives.
Homepagehttp://www.apache.org/parent/sca/tuscany-composite-plugin

Project Organization

FieldValue
NameApache Software Foundation
URLhttp://www.apache.org/

Build Information

FieldValue
GroupIdorg.apache.tuscany
ArtifactIdtuscany-composite-plugin
Version1.0-alpha-incubating-SNAPSHOT
Typemaven-plugin
+
+
+
+
+
+ + + diff --git a/site/trunk/site-publish/plugins/tuscany-composite-plugin/source-repository.html b/site/trunk/site-publish/plugins/tuscany-composite-plugin/source-repository.html new file mode 100644 index 0000000000..0971045c33 --- /dev/null +++ b/site/trunk/site-publish/plugins/tuscany-composite-plugin/source-repository.html @@ -0,0 +1,119 @@ + + + + + + + + + + + + + + Apache Tuscany Composite Plugin - Source Repository + + + + + + + +
+ +
+
+
+

Source Repository

No source configuration management system is defined. Please check back at a later date.

+
+
+
+
+
+ + + diff --git a/site/trunk/site-publish/plugins/tuscany-composite-plugin/team-list.html b/site/trunk/site-publish/plugins/tuscany-composite-plugin/team-list.html new file mode 100644 index 0000000000..369ada5002 --- /dev/null +++ b/site/trunk/site-publish/plugins/tuscany-composite-plugin/team-list.html @@ -0,0 +1,134 @@ + + + + + + + + + + + + + + Apache Tuscany Composite Plugin - Team list + + + + + + + +
+ +
+
+
+

The Team

A successful project requires many people to play many roles. Some members write code or documentation, while others are valuable as testers, submitting patches and suggestions.

The team is comprised of Members and Contributors. Members have direct access to the source of a project and actively evolve the code-base. Contributors improve the project through submission of patches and suggestions to the Members. The number of Contributors to the project is unbounded. Get involved today. All contributions to the project are greatly appreciated.

Members

There are no developers working on this project.

Contributors

There are no contributors listed for this project. Please check back again later.

+
+
+
+
+
+ + + diff --git a/site/trunk/site-publish/plugins/tuscany-composite-plugin/usage.html b/site/trunk/site-publish/plugins/tuscany-composite-plugin/usage.html new file mode 100644 index 0000000000..fc411e0a6b --- /dev/null +++ b/site/trunk/site-publish/plugins/tuscany-composite-plugin/usage.html @@ -0,0 +1,129 @@ + + + + + + + + + + + + + + Apache Tuscany Composite Plugin - + + + + + + + +
+ +
+
+
+

Usage

The tuscany-composite-plugin can be used to package and integration-test an SCA composite. It is associated with artifacts with a type of composite and is activated by including it in the build section of your pom:

    <packaging>composite</packaging>
+    ...
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.tuscany</groupId>
+                <artifactId>tuscany-composite-plugin</artifactId>
+                <extensions>true</extensions>
+            </plugin>
+        </plugins>
+    </build>

The build lifecycle for the project is the same as for normal Java jar artifacts with default support for compiling Java code, processing resources, building and running unit tests. The plugin also associates the tuscany-itest-plugin with the integration-test phase of the build for testing the composite itself.

+
+
+
+
+
+ + + -- cgit v1.2.3