You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by al...@apache.org on 2014/08/21 18:20:38 UTC

[1/2] git commit: OSGi enable the quickstart archetype project.

Repository: incubator-brooklyn
Updated Branches:
  refs/heads/master b6c2306a5 -> 63e9f1ec8


OSGi enable the quickstart archetype project.


Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/0922b9c1
Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/0922b9c1
Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/0922b9c1

Branch: refs/heads/master
Commit: 0922b9c125b37cde65c9b0bccb7749c822acf94e
Parents: ed87ada
Author: Svetoslav Neykov <sv...@cloudsoftcorp.com>
Authored: Wed Aug 20 10:34:47 2014 +0100
Committer: Svetoslav Neykov <sv...@cloudsoftcorp.com>
Committed: Wed Aug 20 10:34:47 2014 +0100

----------------------------------------------------------------------
 .../quickstart/src/brooklyn-sample/pom.xml      | 32 +++++++++++++++++++-
 1 file changed, 31 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/0922b9c1/usage/archetypes/quickstart/src/brooklyn-sample/pom.xml
----------------------------------------------------------------------
diff --git a/usage/archetypes/quickstart/src/brooklyn-sample/pom.xml b/usage/archetypes/quickstart/src/brooklyn-sample/pom.xml
index b78b309..4fb0221 100644
--- a/usage/archetypes/quickstart/src/brooklyn-sample/pom.xml
+++ b/usage/archetypes/quickstart/src/brooklyn-sample/pom.xml
@@ -200,7 +200,37 @@
           </dependency>
         </dependencies>
       </plugin>
-      
+
+      <plugin>
+          <groupId>org.apache.felix</groupId>
+          <artifactId>maven-bundle-plugin</artifactId>
+          <extensions>true</extensions>
+          <executions>
+              <execution>
+                  <id>bundle-manifest</id>
+                  <phase>process-classes</phase>
+                  <goals>
+                      <goal>manifest</goal>
+                  </goals>
+              </execution>
+          </executions>
+          <configuration>
+              <supportedProjectTypes>
+                  <supportedProjectType>jar</supportedProjectType>
+              </supportedProjectTypes>
+          </configuration>
+      </plugin>
+
+      <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-jar-plugin</artifactId>
+          <configuration>
+              <archive>
+                  <manifestFile> ${project.build.outputDirectory}/META-INF/MANIFEST.MF </manifestFile>
+              </archive>
+          </configuration>
+      </plugin>
+
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-assembly-plugin</artifactId>


[2/2] git commit: This closes #125

Posted by al...@apache.org.
This closes #125


Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/63e9f1ec
Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/63e9f1ec
Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/63e9f1ec

Branch: refs/heads/master
Commit: 63e9f1ec8864fa2ac5ccd1f99f28a7f0b260a8b4
Parents: b6c2306 0922b9c
Author: Aled Sage <al...@gmail.com>
Authored: Thu Aug 21 17:20:21 2014 +0100
Committer: Aled Sage <al...@gmail.com>
Committed: Thu Aug 21 17:20:21 2014 +0100

----------------------------------------------------------------------
 .../quickstart/src/brooklyn-sample/pom.xml      | 32 +++++++++++++++++++-
 1 file changed, 31 insertions(+), 1 deletion(-)
----------------------------------------------------------------------