ISIS-188: refactoring artifactIds - security and profilestore

Project: http://git-wip-us.apache.org/repos/asf/isis/repo
Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/51dc762d
Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/51dc762d
Diff: http://git-wip-us.apache.org/repos/asf/isis/diff/51dc762d

Branch: refs/heads/master
Commit: 51dc762dbce09c1a43623d2107c820b2a395bbbf
Parents: 2db8d8a
Author: Dan Haywood <danhayw...@apache.org>
Authored: Fri Dec 7 12:44:33 2012 +0000
Committer: Dan Haywood <danhayw...@apache.org>
Committed: Fri Dec 7 12:44:33 2012 +0000

----------------------------------------------------------------------
 component/security/file/pom.xml |   14 +++++++-------
 component/security/ldap/pom.xml |   12 ++++++------
 component/security/sql/pom.xml  |   12 ++++++------
 pom.xml                         |    5 +++--
 4 files changed, 22 insertions(+), 21 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis/blob/51dc762d/component/security/file/pom.xml
----------------------------------------------------------------------
diff --git a/component/security/file/pom.xml b/component/security/file/pom.xml
index 2c7dc1b..af5e51d 100644
--- a/component/security/file/pom.xml
+++ b/component/security/file/pom.xml
@@ -28,9 +28,9 @@
        </parent>
 
        <groupId>org.apache.isis.security</groupId>
-       <artifactId>file</artifactId>
+       <artifactId>isis-file-security</artifactId>
 
-       <name>File Security Implementation</name>
+       <name>Isis File Security</name>
 
        <properties>
         <siteBaseDir>.</siteBaseDir>
@@ -67,14 +67,14 @@
 
        <dependencies>
                <dependency>
-                   <groupId>org.apache.isis.runtimes.dflt</groupId>
-                   <artifactId>runtime</artifactId>
+                   <groupId>org.apache.isis.core</groupId>
+                   <artifactId>isis-runtime</artifactId>
                <version>0.3.1-SNAPSHOT</version>
                </dependency>
                <dependency>
-                   <groupId>org.apache.isis.runtimes.dflt</groupId>
-                   <artifactId>runtime</artifactId>
-               <version>0.3.1-SNAPSHOT</version>
+                   <groupId>org.apache.isis.core</groupId>
+                   <artifactId>isis-runtime</artifactId>
+                       <version>0.3.1-SNAPSHOT</version>
                    <type>test-jar</type>
                    <scope>test</scope>
                </dependency>

http://git-wip-us.apache.org/repos/asf/isis/blob/51dc762d/component/security/ldap/pom.xml
----------------------------------------------------------------------
diff --git a/component/security/ldap/pom.xml b/component/security/ldap/pom.xml
index 44adf4a..bbffe28 100644
--- a/component/security/ldap/pom.xml
+++ b/component/security/ldap/pom.xml
@@ -28,9 +28,9 @@
        </parent>
 
        <groupId>org.apache.isis.security</groupId>
-       <artifactId>ldap</artifactId>
+       <artifactId>isis-ldap-security</artifactId>
 
-       <name>LDAP Security Implementation</name>
+       <name>Isis LDAP Security</name>
 
        <properties>
         <siteBaseDir>.</siteBaseDir>
@@ -67,13 +67,13 @@
 
        <dependencies>
                <dependency>
-                   <groupId>org.apache.isis.runtimes.dflt</groupId>
-                   <artifactId>runtime</artifactId>
+                   <groupId>org.apache.isis.core</groupId>
+                   <artifactId>isis-runtime</artifactId>
                        <version>0.3.1-SNAPSHOT</version>
                </dependency>
                <dependency>
-                   <groupId>org.apache.isis.runtimes.dflt</groupId>
-                   <artifactId>runtime</artifactId>
+                   <groupId>org.apache.isis.core</groupId>
+                   <artifactId>isis-runtime</artifactId>
                        <version>0.3.1-SNAPSHOT</version>
                    <type>test-jar</type>
                    <scope>test</scope>

http://git-wip-us.apache.org/repos/asf/isis/blob/51dc762d/component/security/sql/pom.xml
----------------------------------------------------------------------
diff --git a/component/security/sql/pom.xml b/component/security/sql/pom.xml
index 4da80e4..0c87d4d 100755
--- a/component/security/sql/pom.xml
+++ b/component/security/sql/pom.xml
@@ -28,9 +28,9 @@
        </parent>
 
        <groupId>org.apache.isis.security</groupId>
-       <artifactId>sql</artifactId>
+       <artifactId>isis-sql-security</artifactId>
 
-       <name>SQL Security Implementation</name>
+       <name>Isis SQL Security</name>
 
        <properties>
         <siteBaseDir>.</siteBaseDir>
@@ -73,13 +73,13 @@
                </dependency>
                
                <dependency>
-                   <groupId>org.apache.isis.runtimes.dflt</groupId>
-                   <artifactId>runtime</artifactId>
+                   <groupId>org.apache.isis.core</groupId>
+                   <artifactId>isis-runtime</artifactId>
                        <version>0.3.1-SNAPSHOT</version>
                </dependency>
                <dependency>
-                   <groupId>org.apache.isis.runtimes.dflt</groupId>
-                   <artifactId>runtime</artifactId>
+                   <groupId>org.apache.isis.core</groupId>
+                   <artifactId>isis-runtime</artifactId>
                        <version>0.3.1-SNAPSHOT</version>
                    <type>test-jar</type>
                    <scope>test</scope>

http://git-wip-us.apache.org/repos/asf/isis/blob/51dc762d/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 0455e20..e70cde5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -45,11 +45,10 @@
         <module>component/objectstore/sql</module>
         <module>component/objectstore/nosql</module>
         <module>component/objectstore/jdo</module>
--->
         <module>component/progmodel/wrapper</module>
         <module>component/progmodel/groovy</module>
 
-<!--
+-->
         <module>component/profilestore/xml</module>
         <module>component/profilestore/sql</module>
 
@@ -57,6 +56,7 @@
         <module>component/security/ldap</module>
         <module>component/security/sql</module>
 
+<!--
         
         <module>component/viewer/dnd</module>
         <module>component/viewer/dnd-tck</module>
@@ -81,6 +81,7 @@
         <module>example/domain-service/email-service</module>
         <module>example/misc/metamodel/namefile</module>
 
+        <module>tool/maven-plugin</module>
 -->
 
 <!--

Reply via email to