You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tamaya.apache.org by an...@apache.org on 2017/03/11 22:37:11 UTC

[2/2] incubator-tamaya-sandbox git commit: TAMAYA-238: Added explicit bundle names.

TAMAYA-238: Added explicit bundle names.


Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/commit/7efb64e8
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/tree/7efb64e8
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/diff/7efb64e8

Branch: refs/heads/master
Commit: 7efb64e8075de1b40bbe65a46b695f789b1465c2
Parents: 204dc48
Author: anatole <an...@apache.org>
Authored: Sat Mar 11 23:36:54 2017 +0100
Committer: anatole <an...@apache.org>
Committed: Sat Mar 11 23:36:54 2017 +0100

----------------------------------------------------------------------
 pom.xml            |  1 +
 validation/pom.xml | 24 +-----------------------
 2 files changed, 2 insertions(+), 23 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/blob/7efb64e8/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 4f27ff7..836b89a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -755,6 +755,7 @@ under the License.
         <module>management</module>
         <module>metamodel</module>
         <module>uom</module>
+        <!--<module>vertx</module>-->
     </modules>
 
     <profiles>

http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/blob/7efb64e8/validation/pom.xml
----------------------------------------------------------------------
diff --git a/validation/pom.xml b/validation/pom.xml
index 0547892..15bf254 100644
--- a/validation/pom.xml
+++ b/validation/pom.xml
@@ -30,7 +30,7 @@
     <name>Apache Tamaya Modules - Validation</name>
     <description>This extension module provides functionality to validate configuration.
     </description>
-    <packaging>bundle</packaging>
+    <packaging>jar</packaging>
 
     <properties>
         <jdkVersion>1.7</jdkVersion>
@@ -88,26 +88,4 @@
         </dependency>
     </dependencies>
 
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.felix</groupId>
-                <artifactId>maven-bundle-plugin</artifactId>
-                <version>3.2.0</version>
-                <extensions>true</extensions>
-                <configuration>
-                    <instructions>
-                        <Export-Package>
-                            org.apache.tamaya.model,
-                            org.apache.tamaya.model.spi
-                        </Export-Package>
-                        <Private-Package>
-                            org.apache.tamaya.model.internal
-                        </Private-Package>
-                    </instructions>
-                </configuration>
-            </plugin>
-        </plugins>
-    </build>
-
 </project>