Merge branch 'develop' into stable
This commit is contained in:
@@ -4,11 +4,16 @@
|
|||||||
|
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
<groupId>com.inteligr8.ootbee</groupId>
|
|
||||||
<artifactId>beedk-acs-allinone-archetype</artifactId>
|
<artifactId>beedk-acs-allinone-archetype</artifactId>
|
||||||
<version>1.0.11</version>
|
|
||||||
<packaging>maven-archetype</packaging>
|
<packaging>maven-archetype</packaging>
|
||||||
|
|
||||||
|
<parent>
|
||||||
|
<groupId>com.inteligr8.ootbee</groupId>
|
||||||
|
<artifactId>beedk-parent</artifactId>
|
||||||
|
<version>1.0.11</version>
|
||||||
|
<relativePath>..</relativePath>
|
||||||
|
</parent>
|
||||||
|
|
||||||
<name>Order of the Bee Development Kit: Project Scaffolding for multi-module ACS projects</name>
|
<name>Order of the Bee Development Kit: Project Scaffolding for multi-module ACS projects</name>
|
||||||
<scm>
|
<scm>
|
||||||
<url>https://bitbucket.org/inteligr8/ootbee-beedk</url>
|
<url>https://bitbucket.org/inteligr8/ootbee-beedk</url>
|
||||||
@@ -35,18 +40,5 @@
|
|||||||
<version>3.1.1</version>
|
<version>3.1.1</version>
|
||||||
</extension>
|
</extension>
|
||||||
</extensions>
|
</extensions>
|
||||||
<plugins>
|
|
||||||
<plugin>
|
|
||||||
<groupId>io.repaint.maven</groupId>
|
|
||||||
<artifactId>tiles-maven-plugin</artifactId>
|
|
||||||
<version>2.20</version>
|
|
||||||
<extensions>true</extensions>
|
|
||||||
<configuration>
|
|
||||||
<tiles>
|
|
||||||
<tile>com.inteligr8:maven-public-deploy-tile:[1.0.0,2.0.0)</tile>
|
|
||||||
</tiles>
|
|
||||||
</configuration>
|
|
||||||
</plugin>
|
|
||||||
</plugins>
|
|
||||||
</build>
|
</build>
|
||||||
</project>
|
</project>
|
||||||
|
@@ -42,7 +42,7 @@
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>io.repaint.maven</groupId>
|
<groupId>io.repaint.maven</groupId>
|
||||||
<artifactId>tiles-maven-plugin</artifactId>
|
<artifactId>tiles-maven-plugin</artifactId>
|
||||||
<version>2.20</version>
|
<version>2.26</version>
|
||||||
<extensions>true</extensions>
|
<extensions>true</extensions>
|
||||||
<configuration>
|
<configuration>
|
||||||
<!-- This assures the parent properties override defaults in the tiles -->
|
<!-- This assures the parent properties override defaults in the tiles -->
|
||||||
|
@@ -35,7 +35,7 @@
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>io.repaint.maven</groupId>
|
<groupId>io.repaint.maven</groupId>
|
||||||
<artifactId>tiles-maven-plugin</artifactId>
|
<artifactId>tiles-maven-plugin</artifactId>
|
||||||
<version>2.20</version>
|
<version>2.26</version>
|
||||||
<extensions>true</extensions>
|
<extensions>true</extensions>
|
||||||
<configuration>
|
<configuration>
|
||||||
<!-- This assures the parent properties override defaults in the tiles -->
|
<!-- This assures the parent properties override defaults in the tiles -->
|
||||||
|
@@ -44,7 +44,7 @@
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>io.repaint.maven</groupId>
|
<groupId>io.repaint.maven</groupId>
|
||||||
<artifactId>tiles-maven-plugin</artifactId>
|
<artifactId>tiles-maven-plugin</artifactId>
|
||||||
<version>2.20</version>
|
<version>2.26</version>
|
||||||
<extensions>true</extensions>
|
<extensions>true</extensions>
|
||||||
<configuration>
|
<configuration>
|
||||||
<!-- This assures the parent properties override defaults in the tiles -->
|
<!-- This assures the parent properties override defaults in the tiles -->
|
||||||
|
@@ -35,7 +35,7 @@
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>io.repaint.maven</groupId>
|
<groupId>io.repaint.maven</groupId>
|
||||||
<artifactId>tiles-maven-plugin</artifactId>
|
<artifactId>tiles-maven-plugin</artifactId>
|
||||||
<version>2.20</version>
|
<version>2.26</version>
|
||||||
<extensions>true</extensions>
|
<extensions>true</extensions>
|
||||||
<configuration>
|
<configuration>
|
||||||
<!-- This assures the parent properties override defaults in the tiles -->
|
<!-- This assures the parent properties override defaults in the tiles -->
|
||||||
|
@@ -53,7 +53,7 @@
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>io.repaint.maven</groupId>
|
<groupId>io.repaint.maven</groupId>
|
||||||
<artifactId>tiles-maven-plugin</artifactId>
|
<artifactId>tiles-maven-plugin</artifactId>
|
||||||
<version>2.20</version>
|
<version>2.26</version>
|
||||||
<extensions>true</extensions>
|
<extensions>true</extensions>
|
||||||
<configuration>
|
<configuration>
|
||||||
<!-- This assures the parent properties override defaults in the tiles -->
|
<!-- This assures the parent properties override defaults in the tiles -->
|
||||||
|
@@ -5,11 +5,16 @@
|
|||||||
|
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
<groupId>com.inteligr8.ootbee</groupId>
|
|
||||||
<artifactId>beedk-acs-lts-it-tile</artifactId>
|
<artifactId>beedk-acs-lts-it-tile</artifactId>
|
||||||
<version>1.0.11</version>
|
|
||||||
<packaging>tile</packaging>
|
<packaging>tile</packaging>
|
||||||
|
|
||||||
|
<parent>
|
||||||
|
<groupId>com.inteligr8.ootbee</groupId>
|
||||||
|
<artifactId>beedk-parent</artifactId>
|
||||||
|
<version>1.0.11</version>
|
||||||
|
<relativePath>..</relativePath>
|
||||||
|
</parent>
|
||||||
|
|
||||||
<name>Order of the Bee Development Kit: Integration Testing for ACS Local Transform Service</name>
|
<name>Order of the Bee Development Kit: Integration Testing for ACS Local Transform Service</name>
|
||||||
<scm>
|
<scm>
|
||||||
<url>https://bitbucket.org/inteligr8/ootbee-beedk</url>
|
<url>https://bitbucket.org/inteligr8/ootbee-beedk</url>
|
||||||
@@ -33,13 +38,10 @@
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>io.repaint.maven</groupId>
|
<groupId>io.repaint.maven</groupId>
|
||||||
<artifactId>tiles-maven-plugin</artifactId>
|
<artifactId>tiles-maven-plugin</artifactId>
|
||||||
<version>2.20</version>
|
<version>2.26</version>
|
||||||
<extensions>true</extensions>
|
<extensions>true</extensions>
|
||||||
<configuration>
|
<configuration>
|
||||||
<filtering>true</filtering>
|
<filtering>true</filtering>
|
||||||
<tiles>
|
|
||||||
<tile>com.inteligr8:maven-public-deploy-tile:[1.0.0,2.0.0)</tile>
|
|
||||||
</tiles>
|
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
|
@@ -5,11 +5,16 @@
|
|||||||
|
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
<groupId>com.inteligr8.ootbee</groupId>
|
|
||||||
<artifactId>beedk-acs-lts-rad-tile</artifactId>
|
<artifactId>beedk-acs-lts-rad-tile</artifactId>
|
||||||
<version>1.0.11</version>
|
|
||||||
<packaging>tile</packaging>
|
<packaging>tile</packaging>
|
||||||
|
|
||||||
|
<parent>
|
||||||
|
<groupId>com.inteligr8.ootbee</groupId>
|
||||||
|
<artifactId>beedk-parent</artifactId>
|
||||||
|
<version>1.0.11</version>
|
||||||
|
<relativePath>..</relativePath>
|
||||||
|
</parent>
|
||||||
|
|
||||||
<name>Order of the Bee Development Kit: RAD for ACS Local Transform Service</name>
|
<name>Order of the Bee Development Kit: RAD for ACS Local Transform Service</name>
|
||||||
<scm>
|
<scm>
|
||||||
<url>https://bitbucket.org/inteligr8/ootbee-beedk</url>
|
<url>https://bitbucket.org/inteligr8/ootbee-beedk</url>
|
||||||
@@ -33,13 +38,10 @@
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>io.repaint.maven</groupId>
|
<groupId>io.repaint.maven</groupId>
|
||||||
<artifactId>tiles-maven-plugin</artifactId>
|
<artifactId>tiles-maven-plugin</artifactId>
|
||||||
<version>2.20</version>
|
<version>2.26</version>
|
||||||
<extensions>true</extensions>
|
<extensions>true</extensions>
|
||||||
<configuration>
|
<configuration>
|
||||||
<filtering>true</filtering>
|
<filtering>true</filtering>
|
||||||
<tiles>
|
|
||||||
<tile>com.inteligr8:maven-public-deploy-tile:[1.0.0,2.0.0)</tile>
|
|
||||||
</tiles>
|
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
|
@@ -5,11 +5,16 @@
|
|||||||
|
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
<groupId>com.inteligr8.ootbee</groupId>
|
|
||||||
<artifactId>beedk-acs-module-tile</artifactId>
|
<artifactId>beedk-acs-module-tile</artifactId>
|
||||||
<version>1.0.11</version>
|
|
||||||
<packaging>tile</packaging>
|
<packaging>tile</packaging>
|
||||||
|
|
||||||
|
<parent>
|
||||||
|
<groupId>com.inteligr8.ootbee</groupId>
|
||||||
|
<artifactId>beedk-parent</artifactId>
|
||||||
|
<version>1.0.11</version>
|
||||||
|
<relativePath>..</relativePath>
|
||||||
|
</parent>
|
||||||
|
|
||||||
<name>Order of the Bee Development Kit: ACS Module Core</name>
|
<name>Order of the Bee Development Kit: ACS Module Core</name>
|
||||||
<scm>
|
<scm>
|
||||||
<url>https://bitbucket.org/inteligr8/ootbee-beedk</url>
|
<url>https://bitbucket.org/inteligr8/ootbee-beedk</url>
|
||||||
@@ -33,13 +38,10 @@
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>io.repaint.maven</groupId>
|
<groupId>io.repaint.maven</groupId>
|
||||||
<artifactId>tiles-maven-plugin</artifactId>
|
<artifactId>tiles-maven-plugin</artifactId>
|
||||||
<version>2.20</version>
|
<version>2.26</version>
|
||||||
<extensions>true</extensions>
|
<extensions>true</extensions>
|
||||||
<configuration>
|
<configuration>
|
||||||
<filtering>true</filtering>
|
<filtering>true</filtering>
|
||||||
<tiles>
|
|
||||||
<tile>com.inteligr8:maven-public-deploy-tile:[1.0.0,2.0.0)</tile>
|
|
||||||
</tiles>
|
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
|
@@ -5,11 +5,16 @@
|
|||||||
|
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
<groupId>com.inteligr8.ootbee</groupId>
|
|
||||||
<artifactId>beedk-acs-platform-artifact-it-tile</artifactId>
|
<artifactId>beedk-acs-platform-artifact-it-tile</artifactId>
|
||||||
<version>1.0.11</version>
|
|
||||||
<packaging>tile</packaging>
|
<packaging>tile</packaging>
|
||||||
|
|
||||||
|
<parent>
|
||||||
|
<groupId>com.inteligr8.ootbee</groupId>
|
||||||
|
<artifactId>beedk-parent</artifactId>
|
||||||
|
<version>1.0.11</version>
|
||||||
|
<relativePath>..</relativePath>
|
||||||
|
</parent>
|
||||||
|
|
||||||
<name>Order of the Bee Development Kit: Integration Testing for ACS Platform by Maven Artifact</name>
|
<name>Order of the Bee Development Kit: Integration Testing for ACS Platform by Maven Artifact</name>
|
||||||
<scm>
|
<scm>
|
||||||
<url>https://bitbucket.org/inteligr8/ootbee-beedk</url>
|
<url>https://bitbucket.org/inteligr8/ootbee-beedk</url>
|
||||||
@@ -33,13 +38,10 @@
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>io.repaint.maven</groupId>
|
<groupId>io.repaint.maven</groupId>
|
||||||
<artifactId>tiles-maven-plugin</artifactId>
|
<artifactId>tiles-maven-plugin</artifactId>
|
||||||
<version>2.20</version>
|
<version>2.26</version>
|
||||||
<extensions>true</extensions>
|
<extensions>true</extensions>
|
||||||
<configuration>
|
<configuration>
|
||||||
<filtering>true</filtering>
|
<filtering>true</filtering>
|
||||||
<tiles>
|
|
||||||
<tile>com.inteligr8:maven-public-deploy-tile:[1.0.0,2.0.0)</tile>
|
|
||||||
</tiles>
|
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
|
@@ -5,11 +5,16 @@
|
|||||||
|
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
<groupId>com.inteligr8.ootbee</groupId>
|
|
||||||
<artifactId>beedk-acs-platform-artifact-rad-tile</artifactId>
|
<artifactId>beedk-acs-platform-artifact-rad-tile</artifactId>
|
||||||
<version>1.0.11</version>
|
|
||||||
<packaging>tile</packaging>
|
<packaging>tile</packaging>
|
||||||
|
|
||||||
|
<parent>
|
||||||
|
<groupId>com.inteligr8.ootbee</groupId>
|
||||||
|
<artifactId>beedk-parent</artifactId>
|
||||||
|
<version>1.0.11</version>
|
||||||
|
<relativePath>..</relativePath>
|
||||||
|
</parent>
|
||||||
|
|
||||||
<name>Order of the Bee Development Kit: RAD for ACS Platform by Maven Artifact</name>
|
<name>Order of the Bee Development Kit: RAD for ACS Platform by Maven Artifact</name>
|
||||||
<scm>
|
<scm>
|
||||||
<url>https://bitbucket.org/inteligr8/ootbee-beedk</url>
|
<url>https://bitbucket.org/inteligr8/ootbee-beedk</url>
|
||||||
@@ -33,13 +38,10 @@
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>io.repaint.maven</groupId>
|
<groupId>io.repaint.maven</groupId>
|
||||||
<artifactId>tiles-maven-plugin</artifactId>
|
<artifactId>tiles-maven-plugin</artifactId>
|
||||||
<version>2.20</version>
|
<version>2.26</version>
|
||||||
<extensions>true</extensions>
|
<extensions>true</extensions>
|
||||||
<configuration>
|
<configuration>
|
||||||
<filtering>true</filtering>
|
<filtering>true</filtering>
|
||||||
<tiles>
|
|
||||||
<tile>com.inteligr8:maven-public-deploy-tile:[1.0.0,2.0.0)</tile>
|
|
||||||
</tiles>
|
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
|
@@ -5,11 +5,16 @@
|
|||||||
|
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
<groupId>com.inteligr8.ootbee</groupId>
|
|
||||||
<artifactId>beedk-acs-platform-it-tile</artifactId>
|
<artifactId>beedk-acs-platform-it-tile</artifactId>
|
||||||
<version>1.0.11</version>
|
|
||||||
<packaging>tile</packaging>
|
<packaging>tile</packaging>
|
||||||
|
|
||||||
|
<parent>
|
||||||
|
<groupId>com.inteligr8.ootbee</groupId>
|
||||||
|
<artifactId>beedk-parent</artifactId>
|
||||||
|
<version>1.0.11</version>
|
||||||
|
<relativePath>..</relativePath>
|
||||||
|
</parent>
|
||||||
|
|
||||||
<name>Order of the Bee Development Kit: Integration Testing for ACS Platform Core</name>
|
<name>Order of the Bee Development Kit: Integration Testing for ACS Platform Core</name>
|
||||||
<scm>
|
<scm>
|
||||||
<url>https://bitbucket.org/inteligr8/ootbee-beedk</url>
|
<url>https://bitbucket.org/inteligr8/ootbee-beedk</url>
|
||||||
@@ -33,13 +38,10 @@
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>io.repaint.maven</groupId>
|
<groupId>io.repaint.maven</groupId>
|
||||||
<artifactId>tiles-maven-plugin</artifactId>
|
<artifactId>tiles-maven-plugin</artifactId>
|
||||||
<version>2.20</version>
|
<version>2.26</version>
|
||||||
<extensions>true</extensions>
|
<extensions>true</extensions>
|
||||||
<configuration>
|
<configuration>
|
||||||
<filtering>true</filtering>
|
<filtering>true</filtering>
|
||||||
<tiles>
|
|
||||||
<tile>com.inteligr8:maven-public-deploy-tile:[1.0.0,2.0.0)</tile>
|
|
||||||
</tiles>
|
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
|
@@ -4,11 +4,16 @@
|
|||||||
|
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
<groupId>com.inteligr8.ootbee</groupId>
|
|
||||||
<artifactId>beedk-acs-platform-module-archetype</artifactId>
|
<artifactId>beedk-acs-platform-module-archetype</artifactId>
|
||||||
<version>1.0.11</version>
|
|
||||||
<packaging>maven-archetype</packaging>
|
<packaging>maven-archetype</packaging>
|
||||||
|
|
||||||
|
<parent>
|
||||||
|
<groupId>com.inteligr8.ootbee</groupId>
|
||||||
|
<artifactId>beedk-parent</artifactId>
|
||||||
|
<version>1.0.11</version>
|
||||||
|
<relativePath>..</relativePath>
|
||||||
|
</parent>
|
||||||
|
|
||||||
<name>Order of the Bee Development Kit: Project Scaffolding for an ACS Platform Module</name>
|
<name>Order of the Bee Development Kit: Project Scaffolding for an ACS Platform Module</name>
|
||||||
<scm>
|
<scm>
|
||||||
<url>https://bitbucket.org/inteligr8/ootbee-beedk</url>
|
<url>https://bitbucket.org/inteligr8/ootbee-beedk</url>
|
||||||
@@ -35,18 +40,5 @@
|
|||||||
<version>3.1.1</version>
|
<version>3.1.1</version>
|
||||||
</extension>
|
</extension>
|
||||||
</extensions>
|
</extensions>
|
||||||
<plugins>
|
|
||||||
<plugin>
|
|
||||||
<groupId>io.repaint.maven</groupId>
|
|
||||||
<artifactId>tiles-maven-plugin</artifactId>
|
|
||||||
<version>2.20</version>
|
|
||||||
<extensions>true</extensions>
|
|
||||||
<configuration>
|
|
||||||
<tiles>
|
|
||||||
<tile>com.inteligr8:maven-public-deploy-tile:[1.0.0,2.0.0)</tile>
|
|
||||||
</tiles>
|
|
||||||
</configuration>
|
|
||||||
</plugin>
|
|
||||||
</plugins>
|
|
||||||
</build>
|
</build>
|
||||||
</project>
|
</project>
|
||||||
|
@@ -46,7 +46,7 @@
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>io.repaint.maven</groupId>
|
<groupId>io.repaint.maven</groupId>
|
||||||
<artifactId>tiles-maven-plugin</artifactId>
|
<artifactId>tiles-maven-plugin</artifactId>
|
||||||
<version>2.20</version>
|
<version>2.26</version>
|
||||||
<extensions>true</extensions>
|
<extensions>true</extensions>
|
||||||
<configuration>
|
<configuration>
|
||||||
<tiles>
|
<tiles>
|
||||||
|
@@ -5,11 +5,16 @@
|
|||||||
|
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
<groupId>com.inteligr8.ootbee</groupId>
|
|
||||||
<artifactId>beedk-acs-platform-module-tile</artifactId>
|
<artifactId>beedk-acs-platform-module-tile</artifactId>
|
||||||
<version>1.0.11</version>
|
|
||||||
<packaging>tile</packaging>
|
<packaging>tile</packaging>
|
||||||
|
|
||||||
|
<parent>
|
||||||
|
<groupId>com.inteligr8.ootbee</groupId>
|
||||||
|
<artifactId>beedk-parent</artifactId>
|
||||||
|
<version>1.0.11</version>
|
||||||
|
<relativePath>..</relativePath>
|
||||||
|
</parent>
|
||||||
|
|
||||||
<name>Order of the Bee Development Kit: ACS Platform Module</name>
|
<name>Order of the Bee Development Kit: ACS Platform Module</name>
|
||||||
<scm>
|
<scm>
|
||||||
<url>https://bitbucket.org/inteligr8/ootbee-beedk</url>
|
<url>https://bitbucket.org/inteligr8/ootbee-beedk</url>
|
||||||
@@ -33,13 +38,10 @@
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>io.repaint.maven</groupId>
|
<groupId>io.repaint.maven</groupId>
|
||||||
<artifactId>tiles-maven-plugin</artifactId>
|
<artifactId>tiles-maven-plugin</artifactId>
|
||||||
<version>2.20</version>
|
<version>2.26</version>
|
||||||
<extensions>true</extensions>
|
<extensions>true</extensions>
|
||||||
<configuration>
|
<configuration>
|
||||||
<filtering>true</filtering>
|
<filtering>true</filtering>
|
||||||
<tiles>
|
|
||||||
<tile>com.inteligr8:maven-public-deploy-tile:[1.0.0,2.0.0)</tile>
|
|
||||||
</tiles>
|
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
|
@@ -5,11 +5,16 @@
|
|||||||
|
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
<groupId>com.inteligr8.ootbee</groupId>
|
|
||||||
<artifactId>beedk-acs-platform-rad-tile</artifactId>
|
<artifactId>beedk-acs-platform-rad-tile</artifactId>
|
||||||
<version>1.0.11</version>
|
|
||||||
<packaging>tile</packaging>
|
<packaging>tile</packaging>
|
||||||
|
|
||||||
|
<parent>
|
||||||
|
<groupId>com.inteligr8.ootbee</groupId>
|
||||||
|
<artifactId>beedk-parent</artifactId>
|
||||||
|
<version>1.0.11</version>
|
||||||
|
<relativePath>..</relativePath>
|
||||||
|
</parent>
|
||||||
|
|
||||||
<name>Order of the Bee Development Kit: RAD for ACS Platform Core</name>
|
<name>Order of the Bee Development Kit: RAD for ACS Platform Core</name>
|
||||||
<scm>
|
<scm>
|
||||||
<url>https://bitbucket.org/inteligr8/ootbee-beedk</url>
|
<url>https://bitbucket.org/inteligr8/ootbee-beedk</url>
|
||||||
@@ -33,13 +38,10 @@
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>io.repaint.maven</groupId>
|
<groupId>io.repaint.maven</groupId>
|
||||||
<artifactId>tiles-maven-plugin</artifactId>
|
<artifactId>tiles-maven-plugin</artifactId>
|
||||||
<version>2.20</version>
|
<version>2.26</version>
|
||||||
<extensions>true</extensions>
|
<extensions>true</extensions>
|
||||||
<configuration>
|
<configuration>
|
||||||
<filtering>true</filtering>
|
<filtering>true</filtering>
|
||||||
<tiles>
|
|
||||||
<tile>com.inteligr8:maven-public-deploy-tile:[1.0.0,2.0.0)</tile>
|
|
||||||
</tiles>
|
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
|
@@ -5,11 +5,16 @@
|
|||||||
|
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
<groupId>com.inteligr8.ootbee</groupId>
|
|
||||||
<artifactId>beedk-acs-platform-self-it-tile</artifactId>
|
<artifactId>beedk-acs-platform-self-it-tile</artifactId>
|
||||||
<version>1.0.11</version>
|
|
||||||
<packaging>tile</packaging>
|
<packaging>tile</packaging>
|
||||||
|
|
||||||
|
<parent>
|
||||||
|
<groupId>com.inteligr8.ootbee</groupId>
|
||||||
|
<artifactId>beedk-parent</artifactId>
|
||||||
|
<version>1.0.11</version>
|
||||||
|
<relativePath>..</relativePath>
|
||||||
|
</parent>
|
||||||
|
|
||||||
<name>Order of the Bee Development Kit: Integration Testing for ACS Platform</name>
|
<name>Order of the Bee Development Kit: Integration Testing for ACS Platform</name>
|
||||||
<scm>
|
<scm>
|
||||||
<url>https://bitbucket.org/inteligr8/ootbee-beedk</url>
|
<url>https://bitbucket.org/inteligr8/ootbee-beedk</url>
|
||||||
@@ -33,13 +38,10 @@
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>io.repaint.maven</groupId>
|
<groupId>io.repaint.maven</groupId>
|
||||||
<artifactId>tiles-maven-plugin</artifactId>
|
<artifactId>tiles-maven-plugin</artifactId>
|
||||||
<version>2.20</version>
|
<version>2.26</version>
|
||||||
<extensions>true</extensions>
|
<extensions>true</extensions>
|
||||||
<configuration>
|
<configuration>
|
||||||
<filtering>true</filtering>
|
<filtering>true</filtering>
|
||||||
<tiles>
|
|
||||||
<tile>com.inteligr8:maven-public-deploy-tile:[1.0.0,2.0.0)</tile>
|
|
||||||
</tiles>
|
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
|
@@ -5,11 +5,16 @@
|
|||||||
|
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
<groupId>com.inteligr8.ootbee</groupId>
|
|
||||||
<artifactId>beedk-acs-platform-self-rad-tile</artifactId>
|
<artifactId>beedk-acs-platform-self-rad-tile</artifactId>
|
||||||
<version>1.0.11</version>
|
|
||||||
<packaging>tile</packaging>
|
<packaging>tile</packaging>
|
||||||
|
|
||||||
|
<parent>
|
||||||
|
<groupId>com.inteligr8.ootbee</groupId>
|
||||||
|
<artifactId>beedk-parent</artifactId>
|
||||||
|
<version>1.0.11</version>
|
||||||
|
<relativePath>..</relativePath>
|
||||||
|
</parent>
|
||||||
|
|
||||||
<name>Order of the Bee Development Kit: RAD for ACS Platform</name>
|
<name>Order of the Bee Development Kit: RAD for ACS Platform</name>
|
||||||
<scm>
|
<scm>
|
||||||
<url>https://bitbucket.org/inteligr8/ootbee-beedk</url>
|
<url>https://bitbucket.org/inteligr8/ootbee-beedk</url>
|
||||||
@@ -33,13 +38,10 @@
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>io.repaint.maven</groupId>
|
<groupId>io.repaint.maven</groupId>
|
||||||
<artifactId>tiles-maven-plugin</artifactId>
|
<artifactId>tiles-maven-plugin</artifactId>
|
||||||
<version>2.20</version>
|
<version>2.26</version>
|
||||||
<extensions>true</extensions>
|
<extensions>true</extensions>
|
||||||
<configuration>
|
<configuration>
|
||||||
<filtering>true</filtering>
|
<filtering>true</filtering>
|
||||||
<tiles>
|
|
||||||
<tile>com.inteligr8:maven-public-deploy-tile:[1.0.0,2.0.0)</tile>
|
|
||||||
</tiles>
|
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
|
@@ -5,11 +5,16 @@
|
|||||||
|
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
<groupId>com.inteligr8.ootbee</groupId>
|
|
||||||
<artifactId>beedk-acs-platform-sibling-it-tile</artifactId>
|
<artifactId>beedk-acs-platform-sibling-it-tile</artifactId>
|
||||||
<version>1.0.11</version>
|
|
||||||
<packaging>tile</packaging>
|
<packaging>tile</packaging>
|
||||||
|
|
||||||
|
<parent>
|
||||||
|
<groupId>com.inteligr8.ootbee</groupId>
|
||||||
|
<artifactId>beedk-parent</artifactId>
|
||||||
|
<version>1.0.11</version>
|
||||||
|
<relativePath>..</relativePath>
|
||||||
|
</parent>
|
||||||
|
|
||||||
<name>Order of the Bee Development Kit: Integration Testing for ACS Platform by Maven Sibling Project</name>
|
<name>Order of the Bee Development Kit: Integration Testing for ACS Platform by Maven Sibling Project</name>
|
||||||
<scm>
|
<scm>
|
||||||
<url>https://bitbucket.org/inteligr8/ootbee-beedk</url>
|
<url>https://bitbucket.org/inteligr8/ootbee-beedk</url>
|
||||||
@@ -33,13 +38,10 @@
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>io.repaint.maven</groupId>
|
<groupId>io.repaint.maven</groupId>
|
||||||
<artifactId>tiles-maven-plugin</artifactId>
|
<artifactId>tiles-maven-plugin</artifactId>
|
||||||
<version>2.20</version>
|
<version>2.26</version>
|
||||||
<extensions>true</extensions>
|
<extensions>true</extensions>
|
||||||
<configuration>
|
<configuration>
|
||||||
<filtering>true</filtering>
|
<filtering>true</filtering>
|
||||||
<tiles>
|
|
||||||
<tile>com.inteligr8:maven-public-deploy-tile:[1.0.0,2.0.0)</tile>
|
|
||||||
</tiles>
|
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
|
@@ -5,11 +5,16 @@
|
|||||||
|
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
<groupId>com.inteligr8.ootbee</groupId>
|
|
||||||
<artifactId>beedk-acs-platform-sibling-rad-tile</artifactId>
|
<artifactId>beedk-acs-platform-sibling-rad-tile</artifactId>
|
||||||
<version>1.0.11</version>
|
|
||||||
<packaging>tile</packaging>
|
<packaging>tile</packaging>
|
||||||
|
|
||||||
|
<parent>
|
||||||
|
<groupId>com.inteligr8.ootbee</groupId>
|
||||||
|
<artifactId>beedk-parent</artifactId>
|
||||||
|
<version>1.0.11</version>
|
||||||
|
<relativePath>..</relativePath>
|
||||||
|
</parent>
|
||||||
|
|
||||||
<name>Order of the Bee Development Kit: RAD for ACS Platform by Maven Sibling Project</name>
|
<name>Order of the Bee Development Kit: RAD for ACS Platform by Maven Sibling Project</name>
|
||||||
<scm>
|
<scm>
|
||||||
<url>https://bitbucket.org/inteligr8/ootbee-beedk</url>
|
<url>https://bitbucket.org/inteligr8/ootbee-beedk</url>
|
||||||
@@ -33,13 +38,10 @@
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>io.repaint.maven</groupId>
|
<groupId>io.repaint.maven</groupId>
|
||||||
<artifactId>tiles-maven-plugin</artifactId>
|
<artifactId>tiles-maven-plugin</artifactId>
|
||||||
<version>2.20</version>
|
<version>2.26</version>
|
||||||
<extensions>true</extensions>
|
<extensions>true</extensions>
|
||||||
<configuration>
|
<configuration>
|
||||||
<filtering>true</filtering>
|
<filtering>true</filtering>
|
||||||
<tiles>
|
|
||||||
<tile>com.inteligr8:maven-public-deploy-tile:[1.0.0,2.0.0)</tile>
|
|
||||||
</tiles>
|
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
|
@@ -5,11 +5,16 @@
|
|||||||
|
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
<groupId>com.inteligr8.ootbee</groupId>
|
|
||||||
<artifactId>beedk-acs-platform-webapp-docker-tile</artifactId>
|
<artifactId>beedk-acs-platform-webapp-docker-tile</artifactId>
|
||||||
<version>1.0.11</version>
|
|
||||||
<packaging>tile</packaging>
|
<packaging>tile</packaging>
|
||||||
|
|
||||||
|
<parent>
|
||||||
|
<groupId>com.inteligr8.ootbee</groupId>
|
||||||
|
<artifactId>beedk-parent</artifactId>
|
||||||
|
<version>1.0.11</version>
|
||||||
|
<relativePath>..</relativePath>
|
||||||
|
</parent>
|
||||||
|
|
||||||
<name>Order of the Bee Development Kit: ACS Platform Web Application Docker Enablement</name>
|
<name>Order of the Bee Development Kit: ACS Platform Web Application Docker Enablement</name>
|
||||||
<scm>
|
<scm>
|
||||||
<url>https://bitbucket.org/inteligr8/ootbee-beedk</url>
|
<url>https://bitbucket.org/inteligr8/ootbee-beedk</url>
|
||||||
@@ -33,13 +38,10 @@
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>io.repaint.maven</groupId>
|
<groupId>io.repaint.maven</groupId>
|
||||||
<artifactId>tiles-maven-plugin</artifactId>
|
<artifactId>tiles-maven-plugin</artifactId>
|
||||||
<version>2.20</version>
|
<version>2.26</version>
|
||||||
<extensions>true</extensions>
|
<extensions>true</extensions>
|
||||||
<configuration>
|
<configuration>
|
||||||
<filtering>true</filtering>
|
<filtering>true</filtering>
|
||||||
<tiles>
|
|
||||||
<tile>com.inteligr8:maven-public-deploy-tile:[1.0.0,2.0.0)</tile>
|
|
||||||
</tiles>
|
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
|
@@ -5,11 +5,16 @@
|
|||||||
|
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
<groupId>com.inteligr8.ootbee</groupId>
|
|
||||||
<artifactId>beedk-acs-platform-webapp-tile</artifactId>
|
<artifactId>beedk-acs-platform-webapp-tile</artifactId>
|
||||||
<version>1.0.11</version>
|
|
||||||
<packaging>tile</packaging>
|
<packaging>tile</packaging>
|
||||||
|
|
||||||
|
<parent>
|
||||||
|
<groupId>com.inteligr8.ootbee</groupId>
|
||||||
|
<artifactId>beedk-parent</artifactId>
|
||||||
|
<version>1.0.11</version>
|
||||||
|
<relativePath>..</relativePath>
|
||||||
|
</parent>
|
||||||
|
|
||||||
<name>Order of the Bee Development Kit: ACS Platform Web Application</name>
|
<name>Order of the Bee Development Kit: ACS Platform Web Application</name>
|
||||||
<scm>
|
<scm>
|
||||||
<url>https://bitbucket.org/inteligr8/ootbee-beedk</url>
|
<url>https://bitbucket.org/inteligr8/ootbee-beedk</url>
|
||||||
@@ -33,13 +38,10 @@
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>io.repaint.maven</groupId>
|
<groupId>io.repaint.maven</groupId>
|
||||||
<artifactId>tiles-maven-plugin</artifactId>
|
<artifactId>tiles-maven-plugin</artifactId>
|
||||||
<version>2.20</version>
|
<version>2.26</version>
|
||||||
<extensions>true</extensions>
|
<extensions>true</extensions>
|
||||||
<configuration>
|
<configuration>
|
||||||
<filtering>true</filtering>
|
<filtering>true</filtering>
|
||||||
<tiles>
|
|
||||||
<tile>com.inteligr8:maven-public-deploy-tile:[1.0.0,2.0.0)</tile>
|
|
||||||
</tiles>
|
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
|
@@ -5,11 +5,16 @@
|
|||||||
|
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
<groupId>com.inteligr8.ootbee</groupId>
|
|
||||||
<artifactId>beedk-acs-search-it-tile</artifactId>
|
<artifactId>beedk-acs-search-it-tile</artifactId>
|
||||||
<version>1.0.11</version>
|
|
||||||
<packaging>tile</packaging>
|
<packaging>tile</packaging>
|
||||||
|
|
||||||
|
<parent>
|
||||||
|
<groupId>com.inteligr8.ootbee</groupId>
|
||||||
|
<artifactId>beedk-parent</artifactId>
|
||||||
|
<version>1.0.11</version>
|
||||||
|
<relativePath>..</relativePath>
|
||||||
|
</parent>
|
||||||
|
|
||||||
<name>Order of the Bee Development Kit: Integration Testing for Alfresco Search Services</name>
|
<name>Order of the Bee Development Kit: Integration Testing for Alfresco Search Services</name>
|
||||||
<scm>
|
<scm>
|
||||||
<url>https://bitbucket.org/inteligr8/ootbee-beedk</url>
|
<url>https://bitbucket.org/inteligr8/ootbee-beedk</url>
|
||||||
@@ -33,13 +38,10 @@
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>io.repaint.maven</groupId>
|
<groupId>io.repaint.maven</groupId>
|
||||||
<artifactId>tiles-maven-plugin</artifactId>
|
<artifactId>tiles-maven-plugin</artifactId>
|
||||||
<version>2.20</version>
|
<version>2.26</version>
|
||||||
<extensions>true</extensions>
|
<extensions>true</extensions>
|
||||||
<configuration>
|
<configuration>
|
||||||
<filtering>true</filtering>
|
<filtering>true</filtering>
|
||||||
<tiles>
|
|
||||||
<tile>com.inteligr8:maven-public-deploy-tile:[1.0.0,2.0.0)</tile>
|
|
||||||
</tiles>
|
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
|
@@ -5,11 +5,16 @@
|
|||||||
|
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
<groupId>com.inteligr8.ootbee</groupId>
|
|
||||||
<artifactId>beedk-acs-search-rad-tile</artifactId>
|
<artifactId>beedk-acs-search-rad-tile</artifactId>
|
||||||
<version>1.0.11</version>
|
|
||||||
<packaging>tile</packaging>
|
<packaging>tile</packaging>
|
||||||
|
|
||||||
|
<parent>
|
||||||
|
<groupId>com.inteligr8.ootbee</groupId>
|
||||||
|
<artifactId>beedk-parent</artifactId>
|
||||||
|
<version>1.0.11</version>
|
||||||
|
<relativePath>..</relativePath>
|
||||||
|
</parent>
|
||||||
|
|
||||||
<name>Order of the Bee Development Kit: RAD for Alfresco Search Services</name>
|
<name>Order of the Bee Development Kit: RAD for Alfresco Search Services</name>
|
||||||
<scm>
|
<scm>
|
||||||
<url>https://bitbucket.org/inteligr8/ootbee-beedk</url>
|
<url>https://bitbucket.org/inteligr8/ootbee-beedk</url>
|
||||||
@@ -33,13 +38,10 @@
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>io.repaint.maven</groupId>
|
<groupId>io.repaint.maven</groupId>
|
||||||
<artifactId>tiles-maven-plugin</artifactId>
|
<artifactId>tiles-maven-plugin</artifactId>
|
||||||
<version>2.20</version>
|
<version>2.26</version>
|
||||||
<extensions>true</extensions>
|
<extensions>true</extensions>
|
||||||
<configuration>
|
<configuration>
|
||||||
<filtering>true</filtering>
|
<filtering>true</filtering>
|
||||||
<tiles>
|
|
||||||
<tile>com.inteligr8:maven-public-deploy-tile:[1.0.0,2.0.0)</tile>
|
|
||||||
</tiles>
|
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
|
@@ -5,11 +5,16 @@
|
|||||||
|
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
<groupId>com.inteligr8.ootbee</groupId>
|
|
||||||
<artifactId>beedk-acs-share-artifact-rad-tile</artifactId>
|
<artifactId>beedk-acs-share-artifact-rad-tile</artifactId>
|
||||||
<version>1.0.11</version>
|
|
||||||
<packaging>tile</packaging>
|
<packaging>tile</packaging>
|
||||||
|
|
||||||
|
<parent>
|
||||||
|
<groupId>com.inteligr8.ootbee</groupId>
|
||||||
|
<artifactId>beedk-parent</artifactId>
|
||||||
|
<version>1.0.11</version>
|
||||||
|
<relativePath>..</relativePath>
|
||||||
|
</parent>
|
||||||
|
|
||||||
<name>Order of the Bee Development Kit: RAD for ACS Share by Maven Artifact</name>
|
<name>Order of the Bee Development Kit: RAD for ACS Share by Maven Artifact</name>
|
||||||
<scm>
|
<scm>
|
||||||
<url>https://bitbucket.org/inteligr8/ootbee-beedk</url>
|
<url>https://bitbucket.org/inteligr8/ootbee-beedk</url>
|
||||||
@@ -33,13 +38,10 @@
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>io.repaint.maven</groupId>
|
<groupId>io.repaint.maven</groupId>
|
||||||
<artifactId>tiles-maven-plugin</artifactId>
|
<artifactId>tiles-maven-plugin</artifactId>
|
||||||
<version>2.20</version>
|
<version>2.26</version>
|
||||||
<extensions>true</extensions>
|
<extensions>true</extensions>
|
||||||
<configuration>
|
<configuration>
|
||||||
<filtering>true</filtering>
|
<filtering>true</filtering>
|
||||||
<tiles>
|
|
||||||
<tile>com.inteligr8:maven-public-deploy-tile:[1.0.0,2.0.0)</tile>
|
|
||||||
</tiles>
|
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
|
@@ -4,11 +4,16 @@
|
|||||||
|
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
<groupId>com.inteligr8.ootbee</groupId>
|
|
||||||
<artifactId>beedk-acs-share-module-archetype</artifactId>
|
<artifactId>beedk-acs-share-module-archetype</artifactId>
|
||||||
<version>1.0.11</version>
|
|
||||||
<packaging>maven-archetype</packaging>
|
<packaging>maven-archetype</packaging>
|
||||||
|
|
||||||
|
<parent>
|
||||||
|
<groupId>com.inteligr8.ootbee</groupId>
|
||||||
|
<artifactId>beedk-parent</artifactId>
|
||||||
|
<version>1.0.11</version>
|
||||||
|
<relativePath>..</relativePath>
|
||||||
|
</parent>
|
||||||
|
|
||||||
<name>Order of the Bee Development Kit: Project Scaffolding for an ACS Share Module</name>
|
<name>Order of the Bee Development Kit: Project Scaffolding for an ACS Share Module</name>
|
||||||
<scm>
|
<scm>
|
||||||
<url>https://bitbucket.org/inteligr8/ootbee-beedk</url>
|
<url>https://bitbucket.org/inteligr8/ootbee-beedk</url>
|
||||||
@@ -35,18 +40,5 @@
|
|||||||
<version>3.1.1</version>
|
<version>3.1.1</version>
|
||||||
</extension>
|
</extension>
|
||||||
</extensions>
|
</extensions>
|
||||||
<plugins>
|
|
||||||
<plugin>
|
|
||||||
<groupId>io.repaint.maven</groupId>
|
|
||||||
<artifactId>tiles-maven-plugin</artifactId>
|
|
||||||
<version>2.20</version>
|
|
||||||
<extensions>true</extensions>
|
|
||||||
<configuration>
|
|
||||||
<tiles>
|
|
||||||
<tile>com.inteligr8:maven-public-deploy-tile:[1.0.0,2.0.0)</tile>
|
|
||||||
</tiles>
|
|
||||||
</configuration>
|
|
||||||
</plugin>
|
|
||||||
</plugins>
|
|
||||||
</build>
|
</build>
|
||||||
</project>
|
</project>
|
||||||
|
@@ -49,7 +49,7 @@
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>io.repaint.maven</groupId>
|
<groupId>io.repaint.maven</groupId>
|
||||||
<artifactId>tiles-maven-plugin</artifactId>
|
<artifactId>tiles-maven-plugin</artifactId>
|
||||||
<version>2.20</version>
|
<version>2.26</version>
|
||||||
<extensions>true</extensions>
|
<extensions>true</extensions>
|
||||||
<configuration>
|
<configuration>
|
||||||
<tiles>
|
<tiles>
|
||||||
|
@@ -5,11 +5,16 @@
|
|||||||
|
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
<groupId>com.inteligr8.ootbee</groupId>
|
|
||||||
<artifactId>beedk-acs-share-module-tile</artifactId>
|
<artifactId>beedk-acs-share-module-tile</artifactId>
|
||||||
<version>1.0.11</version>
|
|
||||||
<packaging>tile</packaging>
|
<packaging>tile</packaging>
|
||||||
|
|
||||||
|
<parent>
|
||||||
|
<groupId>com.inteligr8.ootbee</groupId>
|
||||||
|
<artifactId>beedk-parent</artifactId>
|
||||||
|
<version>1.0.11</version>
|
||||||
|
<relativePath>..</relativePath>
|
||||||
|
</parent>
|
||||||
|
|
||||||
<name>Order of the Bee Development Kit: ACS Share Module</name>
|
<name>Order of the Bee Development Kit: ACS Share Module</name>
|
||||||
<scm>
|
<scm>
|
||||||
<url>https://bitbucket.org/inteligr8/ootbee-beedk</url>
|
<url>https://bitbucket.org/inteligr8/ootbee-beedk</url>
|
||||||
@@ -33,13 +38,10 @@
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>io.repaint.maven</groupId>
|
<groupId>io.repaint.maven</groupId>
|
||||||
<artifactId>tiles-maven-plugin</artifactId>
|
<artifactId>tiles-maven-plugin</artifactId>
|
||||||
<version>2.20</version>
|
<version>2.26</version>
|
||||||
<extensions>true</extensions>
|
<extensions>true</extensions>
|
||||||
<configuration>
|
<configuration>
|
||||||
<filtering>true</filtering>
|
<filtering>true</filtering>
|
||||||
<tiles>
|
|
||||||
<tile>com.inteligr8:maven-public-deploy-tile:[1.0.0,2.0.0)</tile>
|
|
||||||
</tiles>
|
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
|
@@ -5,11 +5,16 @@
|
|||||||
|
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
<groupId>com.inteligr8.ootbee</groupId>
|
|
||||||
<artifactId>beedk-acs-share-rad-tile</artifactId>
|
<artifactId>beedk-acs-share-rad-tile</artifactId>
|
||||||
<version>1.0.11</version>
|
|
||||||
<packaging>tile</packaging>
|
<packaging>tile</packaging>
|
||||||
|
|
||||||
|
<parent>
|
||||||
|
<groupId>com.inteligr8.ootbee</groupId>
|
||||||
|
<artifactId>beedk-parent</artifactId>
|
||||||
|
<version>1.0.11</version>
|
||||||
|
<relativePath>..</relativePath>
|
||||||
|
</parent>
|
||||||
|
|
||||||
<name>Order of the Bee Development Kit: RAD for ACS Share</name>
|
<name>Order of the Bee Development Kit: RAD for ACS Share</name>
|
||||||
<scm>
|
<scm>
|
||||||
<url>https://bitbucket.org/inteligr8/ootbee-beedk</url>
|
<url>https://bitbucket.org/inteligr8/ootbee-beedk</url>
|
||||||
@@ -33,13 +38,10 @@
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>io.repaint.maven</groupId>
|
<groupId>io.repaint.maven</groupId>
|
||||||
<artifactId>tiles-maven-plugin</artifactId>
|
<artifactId>tiles-maven-plugin</artifactId>
|
||||||
<version>2.20</version>
|
<version>2.26</version>
|
||||||
<extensions>true</extensions>
|
<extensions>true</extensions>
|
||||||
<configuration>
|
<configuration>
|
||||||
<filtering>true</filtering>
|
<filtering>true</filtering>
|
||||||
<tiles>
|
|
||||||
<tile>com.inteligr8:maven-public-deploy-tile:[1.0.0,2.0.0)</tile>
|
|
||||||
</tiles>
|
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
|
@@ -5,11 +5,16 @@
|
|||||||
|
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
<groupId>com.inteligr8.ootbee</groupId>
|
|
||||||
<artifactId>beedk-acs-share-self-it-tile</artifactId>
|
<artifactId>beedk-acs-share-self-it-tile</artifactId>
|
||||||
<version>1.0.11</version>
|
|
||||||
<packaging>tile</packaging>
|
<packaging>tile</packaging>
|
||||||
|
|
||||||
|
<parent>
|
||||||
|
<groupId>com.inteligr8.ootbee</groupId>
|
||||||
|
<artifactId>beedk-parent</artifactId>
|
||||||
|
<version>1.0.11</version>
|
||||||
|
<relativePath>..</relativePath>
|
||||||
|
</parent>
|
||||||
|
|
||||||
<name>Order of the Bee Development Kit: Integration Testing for ACS Share</name>
|
<name>Order of the Bee Development Kit: Integration Testing for ACS Share</name>
|
||||||
<scm>
|
<scm>
|
||||||
<url>https://bitbucket.org/inteligr8/ootbee-beedk</url>
|
<url>https://bitbucket.org/inteligr8/ootbee-beedk</url>
|
||||||
@@ -33,13 +38,10 @@
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>io.repaint.maven</groupId>
|
<groupId>io.repaint.maven</groupId>
|
||||||
<artifactId>tiles-maven-plugin</artifactId>
|
<artifactId>tiles-maven-plugin</artifactId>
|
||||||
<version>2.20</version>
|
<version>2.26</version>
|
||||||
<extensions>true</extensions>
|
<extensions>true</extensions>
|
||||||
<configuration>
|
<configuration>
|
||||||
<filtering>true</filtering>
|
<filtering>true</filtering>
|
||||||
<tiles>
|
|
||||||
<tile>com.inteligr8:maven-public-deploy-tile:[1.0.0,2.0.0)</tile>
|
|
||||||
</tiles>
|
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
|
@@ -5,11 +5,16 @@
|
|||||||
|
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
<groupId>com.inteligr8.ootbee</groupId>
|
|
||||||
<artifactId>beedk-acs-share-self-rad-tile</artifactId>
|
<artifactId>beedk-acs-share-self-rad-tile</artifactId>
|
||||||
<version>1.0.11</version>
|
|
||||||
<packaging>tile</packaging>
|
<packaging>tile</packaging>
|
||||||
|
|
||||||
|
<parent>
|
||||||
|
<groupId>com.inteligr8.ootbee</groupId>
|
||||||
|
<artifactId>beedk-parent</artifactId>
|
||||||
|
<version>1.0.11</version>
|
||||||
|
<relativePath>..</relativePath>
|
||||||
|
</parent>
|
||||||
|
|
||||||
<name>Order of the Bee Development Kit: RAD for ACS Share</name>
|
<name>Order of the Bee Development Kit: RAD for ACS Share</name>
|
||||||
<scm>
|
<scm>
|
||||||
<url>https://bitbucket.org/inteligr8/ootbee-beedk</url>
|
<url>https://bitbucket.org/inteligr8/ootbee-beedk</url>
|
||||||
@@ -33,13 +38,10 @@
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>io.repaint.maven</groupId>
|
<groupId>io.repaint.maven</groupId>
|
||||||
<artifactId>tiles-maven-plugin</artifactId>
|
<artifactId>tiles-maven-plugin</artifactId>
|
||||||
<version>2.20</version>
|
<version>2.26</version>
|
||||||
<extensions>true</extensions>
|
<extensions>true</extensions>
|
||||||
<configuration>
|
<configuration>
|
||||||
<filtering>true</filtering>
|
<filtering>true</filtering>
|
||||||
<tiles>
|
|
||||||
<tile>com.inteligr8:maven-public-deploy-tile:[1.0.0,2.0.0)</tile>
|
|
||||||
</tiles>
|
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
|
@@ -5,11 +5,16 @@
|
|||||||
|
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
<groupId>com.inteligr8.ootbee</groupId>
|
|
||||||
<artifactId>beedk-acs-share-webapp-docker-tile</artifactId>
|
<artifactId>beedk-acs-share-webapp-docker-tile</artifactId>
|
||||||
<version>1.0.11</version>
|
|
||||||
<packaging>tile</packaging>
|
<packaging>tile</packaging>
|
||||||
|
|
||||||
|
<parent>
|
||||||
|
<groupId>com.inteligr8.ootbee</groupId>
|
||||||
|
<artifactId>beedk-parent</artifactId>
|
||||||
|
<version>1.0.11</version>
|
||||||
|
<relativePath>..</relativePath>
|
||||||
|
</parent>
|
||||||
|
|
||||||
<name>Order of the Bee Development Kit: ACS Share Web Application Docker Enablement</name>
|
<name>Order of the Bee Development Kit: ACS Share Web Application Docker Enablement</name>
|
||||||
<scm>
|
<scm>
|
||||||
<url>https://bitbucket.org/inteligr8/ootbee-beedk</url>
|
<url>https://bitbucket.org/inteligr8/ootbee-beedk</url>
|
||||||
@@ -33,13 +38,10 @@
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>io.repaint.maven</groupId>
|
<groupId>io.repaint.maven</groupId>
|
||||||
<artifactId>tiles-maven-plugin</artifactId>
|
<artifactId>tiles-maven-plugin</artifactId>
|
||||||
<version>2.20</version>
|
<version>2.26</version>
|
||||||
<extensions>true</extensions>
|
<extensions>true</extensions>
|
||||||
<configuration>
|
<configuration>
|
||||||
<filtering>true</filtering>
|
<filtering>true</filtering>
|
||||||
<tiles>
|
|
||||||
<tile>com.inteligr8:maven-public-deploy-tile:[1.0.0,2.0.0)</tile>
|
|
||||||
</tiles>
|
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
|
@@ -5,11 +5,16 @@
|
|||||||
|
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
<groupId>com.inteligr8.ootbee</groupId>
|
|
||||||
<artifactId>beedk-acs-share-webapp-tile</artifactId>
|
<artifactId>beedk-acs-share-webapp-tile</artifactId>
|
||||||
<version>1.0.11</version>
|
|
||||||
<packaging>tile</packaging>
|
<packaging>tile</packaging>
|
||||||
|
|
||||||
|
<parent>
|
||||||
|
<groupId>com.inteligr8.ootbee</groupId>
|
||||||
|
<artifactId>beedk-parent</artifactId>
|
||||||
|
<version>1.0.11</version>
|
||||||
|
<relativePath>..</relativePath>
|
||||||
|
</parent>
|
||||||
|
|
||||||
<name>Order of the Bee Development Kit: ACS Share Web Application</name>
|
<name>Order of the Bee Development Kit: ACS Share Web Application</name>
|
||||||
<scm>
|
<scm>
|
||||||
<url>https://bitbucket.org/inteligr8/ootbee-beedk</url>
|
<url>https://bitbucket.org/inteligr8/ootbee-beedk</url>
|
||||||
@@ -33,13 +38,10 @@
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>io.repaint.maven</groupId>
|
<groupId>io.repaint.maven</groupId>
|
||||||
<artifactId>tiles-maven-plugin</artifactId>
|
<artifactId>tiles-maven-plugin</artifactId>
|
||||||
<version>2.20</version>
|
<version>2.26</version>
|
||||||
<extensions>true</extensions>
|
<extensions>true</extensions>
|
||||||
<configuration>
|
<configuration>
|
||||||
<filtering>true</filtering>
|
<filtering>true</filtering>
|
||||||
<tiles>
|
|
||||||
<tile>com.inteligr8:maven-public-deploy-tile:[1.0.0,2.0.0)</tile>
|
|
||||||
</tiles>
|
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
|
@@ -5,11 +5,16 @@
|
|||||||
|
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
<groupId>com.inteligr8.ootbee</groupId>
|
|
||||||
<artifactId>beedk-acs-webapp-artifact-build-tile</artifactId>
|
<artifactId>beedk-acs-webapp-artifact-build-tile</artifactId>
|
||||||
<version>1.0.11</version>
|
|
||||||
<packaging>tile</packaging>
|
<packaging>tile</packaging>
|
||||||
|
|
||||||
|
<parent>
|
||||||
|
<groupId>com.inteligr8.ootbee</groupId>
|
||||||
|
<artifactId>beedk-parent</artifactId>
|
||||||
|
<version>1.0.11</version>
|
||||||
|
<relativePath>..</relativePath>
|
||||||
|
</parent>
|
||||||
|
|
||||||
<name>Order of the Bee Development Kit: Alfresco Web Application Artifact Builder for Deployment</name>
|
<name>Order of the Bee Development Kit: Alfresco Web Application Artifact Builder for Deployment</name>
|
||||||
<scm>
|
<scm>
|
||||||
<url>https://bitbucket.org/inteligr8/ootbee-beedk</url>
|
<url>https://bitbucket.org/inteligr8/ootbee-beedk</url>
|
||||||
@@ -33,13 +38,10 @@
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>io.repaint.maven</groupId>
|
<groupId>io.repaint.maven</groupId>
|
||||||
<artifactId>tiles-maven-plugin</artifactId>
|
<artifactId>tiles-maven-plugin</artifactId>
|
||||||
<version>2.20</version>
|
<version>2.26</version>
|
||||||
<extensions>true</extensions>
|
<extensions>true</extensions>
|
||||||
<configuration>
|
<configuration>
|
||||||
<filtering>true</filtering>
|
<filtering>true</filtering>
|
||||||
<tiles>
|
|
||||||
<tile>com.inteligr8:maven-public-deploy-tile:[1.0.0,2.0.0)</tile>
|
|
||||||
</tiles>
|
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
|
@@ -5,11 +5,16 @@
|
|||||||
|
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
<groupId>com.inteligr8.ootbee</groupId>
|
|
||||||
<artifactId>beedk-acs-webapp-artifact-it-tile</artifactId>
|
<artifactId>beedk-acs-webapp-artifact-it-tile</artifactId>
|
||||||
<version>1.0.11</version>
|
|
||||||
<packaging>tile</packaging>
|
<packaging>tile</packaging>
|
||||||
|
|
||||||
|
<parent>
|
||||||
|
<groupId>com.inteligr8.ootbee</groupId>
|
||||||
|
<artifactId>beedk-parent</artifactId>
|
||||||
|
<version>1.0.11</version>
|
||||||
|
<relativePath>..</relativePath>
|
||||||
|
</parent>
|
||||||
|
|
||||||
<name>Order of the Bee Development Kit: Alfresco Web Application Artifact for Testing</name>
|
<name>Order of the Bee Development Kit: Alfresco Web Application Artifact for Testing</name>
|
||||||
<scm>
|
<scm>
|
||||||
<url>https://bitbucket.org/inteligr8/ootbee-beedk</url>
|
<url>https://bitbucket.org/inteligr8/ootbee-beedk</url>
|
||||||
@@ -33,13 +38,10 @@
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>io.repaint.maven</groupId>
|
<groupId>io.repaint.maven</groupId>
|
||||||
<artifactId>tiles-maven-plugin</artifactId>
|
<artifactId>tiles-maven-plugin</artifactId>
|
||||||
<version>2.20</version>
|
<version>2.26</version>
|
||||||
<extensions>true</extensions>
|
<extensions>true</extensions>
|
||||||
<configuration>
|
<configuration>
|
||||||
<filtering>true</filtering>
|
<filtering>true</filtering>
|
||||||
<tiles>
|
|
||||||
<tile>com.inteligr8:maven-public-deploy-tile:[1.0.0,2.0.0)</tile>
|
|
||||||
</tiles>
|
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
|
@@ -5,11 +5,16 @@
|
|||||||
|
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
<groupId>com.inteligr8.ootbee</groupId>
|
|
||||||
<artifactId>beedk-acs-webapp-artifact-rad-tile</artifactId>
|
<artifactId>beedk-acs-webapp-artifact-rad-tile</artifactId>
|
||||||
<version>1.0.11</version>
|
|
||||||
<packaging>tile</packaging>
|
<packaging>tile</packaging>
|
||||||
|
|
||||||
|
<parent>
|
||||||
|
<groupId>com.inteligr8.ootbee</groupId>
|
||||||
|
<artifactId>beedk-parent</artifactId>
|
||||||
|
<version>1.0.11</version>
|
||||||
|
<relativePath>..</relativePath>
|
||||||
|
</parent>
|
||||||
|
|
||||||
<name>Order of the Bee Development Kit: Alfresco Web Application Artifact for RAD</name>
|
<name>Order of the Bee Development Kit: Alfresco Web Application Artifact for RAD</name>
|
||||||
<scm>
|
<scm>
|
||||||
<url>https://bitbucket.org/inteligr8/ootbee-beedk</url>
|
<url>https://bitbucket.org/inteligr8/ootbee-beedk</url>
|
||||||
@@ -33,13 +38,10 @@
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>io.repaint.maven</groupId>
|
<groupId>io.repaint.maven</groupId>
|
||||||
<artifactId>tiles-maven-plugin</artifactId>
|
<artifactId>tiles-maven-plugin</artifactId>
|
||||||
<version>2.20</version>
|
<version>2.26</version>
|
||||||
<extensions>true</extensions>
|
<extensions>true</extensions>
|
||||||
<configuration>
|
<configuration>
|
||||||
<filtering>true</filtering>
|
<filtering>true</filtering>
|
||||||
<tiles>
|
|
||||||
<tile>com.inteligr8:maven-public-deploy-tile:[1.0.0,2.0.0)</tile>
|
|
||||||
</tiles>
|
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
|
@@ -5,11 +5,16 @@
|
|||||||
|
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
<groupId>com.inteligr8.ootbee</groupId>
|
|
||||||
<artifactId>beedk-acs-webapp-artifact-tile</artifactId>
|
<artifactId>beedk-acs-webapp-artifact-tile</artifactId>
|
||||||
<version>1.0.11</version>
|
|
||||||
<packaging>tile</packaging>
|
<packaging>tile</packaging>
|
||||||
|
|
||||||
|
<parent>
|
||||||
|
<groupId>com.inteligr8.ootbee</groupId>
|
||||||
|
<artifactId>beedk-parent</artifactId>
|
||||||
|
<version>1.0.11</version>
|
||||||
|
<relativePath>..</relativePath>
|
||||||
|
</parent>
|
||||||
|
|
||||||
<name>Order of the Bee Development Kit: Alfreco Web Application Artifact Downloader</name>
|
<name>Order of the Bee Development Kit: Alfreco Web Application Artifact Downloader</name>
|
||||||
<scm>
|
<scm>
|
||||||
<url>https://bitbucket.org/inteligr8/ootbee-beedk</url>
|
<url>https://bitbucket.org/inteligr8/ootbee-beedk</url>
|
||||||
@@ -33,13 +38,10 @@
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>io.repaint.maven</groupId>
|
<groupId>io.repaint.maven</groupId>
|
||||||
<artifactId>tiles-maven-plugin</artifactId>
|
<artifactId>tiles-maven-plugin</artifactId>
|
||||||
<version>2.20</version>
|
<version>2.26</version>
|
||||||
<extensions>true</extensions>
|
<extensions>true</extensions>
|
||||||
<configuration>
|
<configuration>
|
||||||
<filtering>true</filtering>
|
<filtering>true</filtering>
|
||||||
<tiles>
|
|
||||||
<tile>com.inteligr8:maven-public-deploy-tile:[1.0.0,2.0.0)</tile>
|
|
||||||
</tiles>
|
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
|
@@ -5,11 +5,16 @@
|
|||||||
|
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
<groupId>com.inteligr8.ootbee</groupId>
|
|
||||||
<artifactId>beedk-acs-webapp-docker-tile</artifactId>
|
<artifactId>beedk-acs-webapp-docker-tile</artifactId>
|
||||||
<version>1.0.11</version>
|
|
||||||
<packaging>tile</packaging>
|
<packaging>tile</packaging>
|
||||||
|
|
||||||
|
<parent>
|
||||||
|
<groupId>com.inteligr8.ootbee</groupId>
|
||||||
|
<artifactId>beedk-parent</artifactId>
|
||||||
|
<version>1.0.11</version>
|
||||||
|
<relativePath>..</relativePath>
|
||||||
|
</parent>
|
||||||
|
|
||||||
<name>Order of the Bee Development Kit: ACS Web Application Docker Enablement</name>
|
<name>Order of the Bee Development Kit: ACS Web Application Docker Enablement</name>
|
||||||
<scm>
|
<scm>
|
||||||
<url>https://bitbucket.org/inteligr8/ootbee-beedk</url>
|
<url>https://bitbucket.org/inteligr8/ootbee-beedk</url>
|
||||||
@@ -33,13 +38,10 @@
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>io.repaint.maven</groupId>
|
<groupId>io.repaint.maven</groupId>
|
||||||
<artifactId>tiles-maven-plugin</artifactId>
|
<artifactId>tiles-maven-plugin</artifactId>
|
||||||
<version>2.20</version>
|
<version>2.26</version>
|
||||||
<extensions>true</extensions>
|
<extensions>true</extensions>
|
||||||
<configuration>
|
<configuration>
|
||||||
<filtering>true</filtering>
|
<filtering>true</filtering>
|
||||||
<tiles>
|
|
||||||
<tile>com.inteligr8:maven-public-deploy-tile:[1.0.0,2.0.0)</tile>
|
|
||||||
</tiles>
|
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
|
@@ -4,11 +4,16 @@
|
|||||||
|
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
<groupId>com.inteligr8.ootbee</groupId>
|
|
||||||
<artifactId>beedk-activiti-ext-archetype</artifactId>
|
<artifactId>beedk-activiti-ext-archetype</artifactId>
|
||||||
<version>1.0.11</version>
|
|
||||||
<packaging>maven-archetype</packaging>
|
<packaging>maven-archetype</packaging>
|
||||||
|
|
||||||
|
<parent>
|
||||||
|
<groupId>com.inteligr8.ootbee</groupId>
|
||||||
|
<artifactId>beedk-parent</artifactId>
|
||||||
|
<version>1.0.11</version>
|
||||||
|
<relativePath>..</relativePath>
|
||||||
|
</parent>
|
||||||
|
|
||||||
<name>Order of the Bee Development Kit: Project Scaffolding for an Activiti Extension</name>
|
<name>Order of the Bee Development Kit: Project Scaffolding for an Activiti Extension</name>
|
||||||
<scm>
|
<scm>
|
||||||
<url>https://bitbucket.org/inteligr8/ootbee-beedk</url>
|
<url>https://bitbucket.org/inteligr8/ootbee-beedk</url>
|
||||||
@@ -39,13 +44,8 @@
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>io.repaint.maven</groupId>
|
<groupId>io.repaint.maven</groupId>
|
||||||
<artifactId>tiles-maven-plugin</artifactId>
|
<artifactId>tiles-maven-plugin</artifactId>
|
||||||
<version>2.20</version>
|
<version>2.26</version>
|
||||||
<extensions>true</extensions>
|
<extensions>true</extensions>
|
||||||
<configuration>
|
|
||||||
<tiles>
|
|
||||||
<tile>com.inteligr8:maven-public-deploy-tile:[1.0.0,2.0.0)</tile>
|
|
||||||
</tiles>
|
|
||||||
</configuration>
|
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
@@ -5,11 +5,16 @@
|
|||||||
|
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
<groupId>com.inteligr8.ootbee</groupId>
|
|
||||||
<artifactId>beedk-amp-check-tile</artifactId>
|
<artifactId>beedk-amp-check-tile</artifactId>
|
||||||
<version>1.0.11</version>
|
|
||||||
<packaging>tile</packaging>
|
<packaging>tile</packaging>
|
||||||
|
|
||||||
|
<parent>
|
||||||
|
<groupId>com.inteligr8.ootbee</groupId>
|
||||||
|
<artifactId>beedk-parent</artifactId>
|
||||||
|
<version>1.0.11</version>
|
||||||
|
<relativePath>..</relativePath>
|
||||||
|
</parent>
|
||||||
|
|
||||||
<name>Order of the Bee Development Kit: AMP Checker</name>
|
<name>Order of the Bee Development Kit: AMP Checker</name>
|
||||||
<scm>
|
<scm>
|
||||||
<url>https://bitbucket.org/inteligr8/ootbee-beedk</url>
|
<url>https://bitbucket.org/inteligr8/ootbee-beedk</url>
|
||||||
@@ -33,13 +38,10 @@
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>io.repaint.maven</groupId>
|
<groupId>io.repaint.maven</groupId>
|
||||||
<artifactId>tiles-maven-plugin</artifactId>
|
<artifactId>tiles-maven-plugin</artifactId>
|
||||||
<version>2.20</version>
|
<version>2.26</version>
|
||||||
<extensions>true</extensions>
|
<extensions>true</extensions>
|
||||||
<configuration>
|
<configuration>
|
||||||
<filtering>true</filtering>
|
<filtering>true</filtering>
|
||||||
<tiles>
|
|
||||||
<tile>com.inteligr8:maven-public-deploy-tile:[1.0.0,2.0.0)</tile>
|
|
||||||
</tiles>
|
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
|
@@ -5,11 +5,16 @@
|
|||||||
|
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
<groupId>com.inteligr8.ootbee</groupId>
|
|
||||||
<artifactId>beedk-aps-ext-rad-tile</artifactId>
|
<artifactId>beedk-aps-ext-rad-tile</artifactId>
|
||||||
<version>1.0.11</version>
|
|
||||||
<packaging>tile</packaging>
|
<packaging>tile</packaging>
|
||||||
|
|
||||||
|
<parent>
|
||||||
|
<groupId>com.inteligr8.ootbee</groupId>
|
||||||
|
<artifactId>beedk-parent</artifactId>
|
||||||
|
<version>1.0.11</version>
|
||||||
|
<relativePath>..</relativePath>
|
||||||
|
</parent>
|
||||||
|
|
||||||
<name>Order of the Bee Development Kit: RAD for APS Extensions</name>
|
<name>Order of the Bee Development Kit: RAD for APS Extensions</name>
|
||||||
<scm>
|
<scm>
|
||||||
<url>https://bitbucket.org/inteligr8/ootbee-beedk</url>
|
<url>https://bitbucket.org/inteligr8/ootbee-beedk</url>
|
||||||
@@ -33,13 +38,10 @@
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>io.repaint.maven</groupId>
|
<groupId>io.repaint.maven</groupId>
|
||||||
<artifactId>tiles-maven-plugin</artifactId>
|
<artifactId>tiles-maven-plugin</artifactId>
|
||||||
<version>2.20</version>
|
<version>2.26</version>
|
||||||
<extensions>true</extensions>
|
<extensions>true</extensions>
|
||||||
<configuration>
|
<configuration>
|
||||||
<filtering>true</filtering>
|
<filtering>true</filtering>
|
||||||
<tiles>
|
|
||||||
<tile>com.inteligr8:maven-public-deploy-tile:[1.0.0,2.0.0)</tile>
|
|
||||||
</tiles>
|
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
|
@@ -5,11 +5,16 @@
|
|||||||
|
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
<groupId>com.inteligr8.ootbee</groupId>
|
|
||||||
<artifactId>beedk-aps-rad-tile</artifactId>
|
<artifactId>beedk-aps-rad-tile</artifactId>
|
||||||
<version>1.0.11</version>
|
|
||||||
<packaging>tile</packaging>
|
<packaging>tile</packaging>
|
||||||
|
|
||||||
|
<parent>
|
||||||
|
<groupId>com.inteligr8.ootbee</groupId>
|
||||||
|
<artifactId>beedk-parent</artifactId>
|
||||||
|
<version>1.0.11</version>
|
||||||
|
<relativePath>..</relativePath>
|
||||||
|
</parent>
|
||||||
|
|
||||||
<name>Order of the Bee Development Kit: RAD for APS</name>
|
<name>Order of the Bee Development Kit: RAD for APS</name>
|
||||||
<scm>
|
<scm>
|
||||||
<url>https://bitbucket.org/inteligr8/ootbee-beedk</url>
|
<url>https://bitbucket.org/inteligr8/ootbee-beedk</url>
|
||||||
@@ -33,13 +38,10 @@
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>io.repaint.maven</groupId>
|
<groupId>io.repaint.maven</groupId>
|
||||||
<artifactId>tiles-maven-plugin</artifactId>
|
<artifactId>tiles-maven-plugin</artifactId>
|
||||||
<version>2.20</version>
|
<version>2.26</version>
|
||||||
<extensions>true</extensions>
|
<extensions>true</extensions>
|
||||||
<configuration>
|
<configuration>
|
||||||
<filtering>true</filtering>
|
<filtering>true</filtering>
|
||||||
<tiles>
|
|
||||||
<tile>com.inteligr8:maven-public-deploy-tile:[1.0.0,2.0.0)</tile>
|
|
||||||
</tiles>
|
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
|
@@ -9,6 +9,12 @@
|
|||||||
<version>1.0.11</version>
|
<version>1.0.11</version>
|
||||||
<packaging>maven-archetype</packaging>
|
<packaging>maven-archetype</packaging>
|
||||||
|
|
||||||
|
<parent>
|
||||||
|
<groupId>com.inteligr8.ootbee</groupId>
|
||||||
|
<artifactId>beedk-parent</artifactId>
|
||||||
|
<version>1.0-SNAPSHOT</version>
|
||||||
|
</parent>
|
||||||
|
|
||||||
<name>Order of the Bee Development Kit: Project Scaffolding for an ACS Platform Module</name>
|
<name>Order of the Bee Development Kit: Project Scaffolding for an ACS Platform Module</name>
|
||||||
<scm>
|
<scm>
|
||||||
<url>https://bitbucket.org/inteligr8/ootbee-beedk</url>
|
<url>https://bitbucket.org/inteligr8/ootbee-beedk</url>
|
||||||
@@ -39,18 +45,5 @@
|
|||||||
<version>3.1.1</version>
|
<version>3.1.1</version>
|
||||||
</extension>
|
</extension>
|
||||||
</extensions>
|
</extensions>
|
||||||
<plugins>
|
|
||||||
<plugin>
|
|
||||||
<groupId>io.repaint.maven</groupId>
|
|
||||||
<artifactId>tiles-maven-plugin</artifactId>
|
|
||||||
<version>2.20</version>
|
|
||||||
<extensions>true</extensions>
|
|
||||||
<configuration>
|
|
||||||
<tiles>
|
|
||||||
<tile>com.inteligr8:maven-public-deploy-tile:[1.0.0,2.0.0)</tile>
|
|
||||||
</tiles>
|
|
||||||
</configuration>
|
|
||||||
</plugin>
|
|
||||||
</plugins>
|
|
||||||
</build>
|
</build>
|
||||||
</project>
|
</project>
|
||||||
|
@@ -51,7 +51,7 @@
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>io.repaint.maven</groupId>
|
<groupId>io.repaint.maven</groupId>
|
||||||
<artifactId>tiles-maven-plugin</artifactId>
|
<artifactId>tiles-maven-plugin</artifactId>
|
||||||
<version>2.20</version>
|
<version>2.26</version>
|
||||||
<extensions>true</extensions>
|
<extensions>true</extensions>
|
||||||
<configuration>
|
<configuration>
|
||||||
<tiles>
|
<tiles>
|
||||||
|
@@ -5,11 +5,16 @@
|
|||||||
|
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
<groupId>com.inteligr8.ootbee</groupId>
|
|
||||||
<artifactId>beedk-ate-docker-tile</artifactId>
|
<artifactId>beedk-ate-docker-tile</artifactId>
|
||||||
<version>1.0.11</version>
|
|
||||||
<packaging>tile</packaging>
|
<packaging>tile</packaging>
|
||||||
|
|
||||||
|
<parent>
|
||||||
|
<groupId>com.inteligr8.ootbee</groupId>
|
||||||
|
<artifactId>beedk-parent</artifactId>
|
||||||
|
<version>1.0.11</version>
|
||||||
|
<relativePath>..</relativePath>
|
||||||
|
</parent>
|
||||||
|
|
||||||
<name>Order of the Bee Development Kit: ATE Docker Enablement</name>
|
<name>Order of the Bee Development Kit: ATE Docker Enablement</name>
|
||||||
<scm>
|
<scm>
|
||||||
<url>https://bitbucket.org/inteligr8/ootbee-beedk</url>
|
<url>https://bitbucket.org/inteligr8/ootbee-beedk</url>
|
||||||
@@ -33,13 +38,10 @@
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>io.repaint.maven</groupId>
|
<groupId>io.repaint.maven</groupId>
|
||||||
<artifactId>tiles-maven-plugin</artifactId>
|
<artifactId>tiles-maven-plugin</artifactId>
|
||||||
<version>2.20</version>
|
<version>2.26</version>
|
||||||
<extensions>true</extensions>
|
<extensions>true</extensions>
|
||||||
<configuration>
|
<configuration>
|
||||||
<filtering>true</filtering>
|
<filtering>true</filtering>
|
||||||
<tiles>
|
|
||||||
<tile>com.inteligr8:maven-public-deploy-tile:[1.0.0,2.0.0)</tile>
|
|
||||||
</tiles>
|
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
|
@@ -5,11 +5,16 @@
|
|||||||
|
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
<groupId>com.inteligr8.ootbee</groupId>
|
|
||||||
<artifactId>beedk-ate-it-tile</artifactId>
|
<artifactId>beedk-ate-it-tile</artifactId>
|
||||||
<version>1.0.11</version>
|
|
||||||
<packaging>tile</packaging>
|
<packaging>tile</packaging>
|
||||||
|
|
||||||
|
<parent>
|
||||||
|
<groupId>com.inteligr8.ootbee</groupId>
|
||||||
|
<artifactId>beedk-parent</artifactId>
|
||||||
|
<version>1.0.11</version>
|
||||||
|
<relativePath>..</relativePath>
|
||||||
|
</parent>
|
||||||
|
|
||||||
<name>Order of the Bee Development Kit: Integration Testing for ATE</name>
|
<name>Order of the Bee Development Kit: Integration Testing for ATE</name>
|
||||||
<scm>
|
<scm>
|
||||||
<url>https://bitbucket.org/inteligr8/ootbee-beedk</url>
|
<url>https://bitbucket.org/inteligr8/ootbee-beedk</url>
|
||||||
@@ -33,13 +38,10 @@
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>io.repaint.maven</groupId>
|
<groupId>io.repaint.maven</groupId>
|
||||||
<artifactId>tiles-maven-plugin</artifactId>
|
<artifactId>tiles-maven-plugin</artifactId>
|
||||||
<version>2.20</version>
|
<version>2.26</version>
|
||||||
<extensions>true</extensions>
|
<extensions>true</extensions>
|
||||||
<configuration>
|
<configuration>
|
||||||
<filtering>true</filtering>
|
<filtering>true</filtering>
|
||||||
<tiles>
|
|
||||||
<tile>com.inteligr8:maven-public-deploy-tile:[1.0.0,2.0.0)</tile>
|
|
||||||
</tiles>
|
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
|
@@ -5,11 +5,16 @@
|
|||||||
|
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
<groupId>com.inteligr8.ootbee</groupId>
|
|
||||||
<artifactId>beedk-ate-self-rad-tile</artifactId>
|
<artifactId>beedk-ate-self-rad-tile</artifactId>
|
||||||
<version>1.0.11</version>
|
|
||||||
<packaging>tile</packaging>
|
<packaging>tile</packaging>
|
||||||
|
|
||||||
|
<parent>
|
||||||
|
<groupId>com.inteligr8.ootbee</groupId>
|
||||||
|
<artifactId>beedk-parent</artifactId>
|
||||||
|
<version>1.0.11</version>
|
||||||
|
<relativePath>..</relativePath>
|
||||||
|
</parent>
|
||||||
|
|
||||||
<name>Order of the Bee Development Kit: RAD for ATE</name>
|
<name>Order of the Bee Development Kit: RAD for ATE</name>
|
||||||
<scm>
|
<scm>
|
||||||
<url>https://bitbucket.org/inteligr8/ootbee-beedk</url>
|
<url>https://bitbucket.org/inteligr8/ootbee-beedk</url>
|
||||||
@@ -33,13 +38,10 @@
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>io.repaint.maven</groupId>
|
<groupId>io.repaint.maven</groupId>
|
||||||
<artifactId>tiles-maven-plugin</artifactId>
|
<artifactId>tiles-maven-plugin</artifactId>
|
||||||
<version>2.20</version>
|
<version>2.26</version>
|
||||||
<extensions>true</extensions>
|
<extensions>true</extensions>
|
||||||
<configuration>
|
<configuration>
|
||||||
<filtering>true</filtering>
|
<filtering>true</filtering>
|
||||||
<tiles>
|
|
||||||
<tile>com.inteligr8:maven-public-deploy-tile:[1.0.0,2.0.0)</tile>
|
|
||||||
</tiles>
|
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
|
@@ -5,11 +5,16 @@
|
|||||||
|
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
<groupId>com.inteligr8.ootbee</groupId>
|
|
||||||
<artifactId>beedk-ate-sibling-rad-tile</artifactId>
|
<artifactId>beedk-ate-sibling-rad-tile</artifactId>
|
||||||
<version>1.0.11</version>
|
|
||||||
<packaging>tile</packaging>
|
<packaging>tile</packaging>
|
||||||
|
|
||||||
|
<parent>
|
||||||
|
<groupId>com.inteligr8.ootbee</groupId>
|
||||||
|
<artifactId>beedk-parent</artifactId>
|
||||||
|
<version>1.0.11</version>
|
||||||
|
<relativePath>..</relativePath>
|
||||||
|
</parent>
|
||||||
|
|
||||||
<name>Order of the Bee Development Kit: RAD for ATE by a Maven Sibling Project</name>
|
<name>Order of the Bee Development Kit: RAD for ATE by a Maven Sibling Project</name>
|
||||||
<scm>
|
<scm>
|
||||||
<url>https://bitbucket.org/inteligr8/ootbee-beedk</url>
|
<url>https://bitbucket.org/inteligr8/ootbee-beedk</url>
|
||||||
@@ -33,13 +38,10 @@
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>io.repaint.maven</groupId>
|
<groupId>io.repaint.maven</groupId>
|
||||||
<artifactId>tiles-maven-plugin</artifactId>
|
<artifactId>tiles-maven-plugin</artifactId>
|
||||||
<version>2.20</version>
|
<version>2.26</version>
|
||||||
<extensions>true</extensions>
|
<extensions>true</extensions>
|
||||||
<configuration>
|
<configuration>
|
||||||
<filtering>true</filtering>
|
<filtering>true</filtering>
|
||||||
<tiles>
|
|
||||||
<tile>com.inteligr8:maven-public-deploy-tile:[1.0.0,2.0.0)</tile>
|
|
||||||
</tiles>
|
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
|
@@ -5,11 +5,16 @@
|
|||||||
|
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
<groupId>com.inteligr8.ootbee</groupId>
|
|
||||||
<artifactId>beedk-ate-springboot-test</artifactId>
|
<artifactId>beedk-ate-springboot-test</artifactId>
|
||||||
<version>1.0.11</version>
|
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
|
||||||
|
<parent>
|
||||||
|
<groupId>com.inteligr8.ootbee</groupId>
|
||||||
|
<artifactId>beedk-parent</artifactId>
|
||||||
|
<version>1.0.11</version>
|
||||||
|
<relativePath>..</relativePath>
|
||||||
|
</parent>
|
||||||
|
|
||||||
<name>Order of the Bee Development Kit: ATE Spring Boot Test</name>
|
<name>Order of the Bee Development Kit: ATE Spring Boot Test</name>
|
||||||
<scm>
|
<scm>
|
||||||
<url>https://bitbucket.org/inteligr8/ootbee-beedk</url>
|
<url>https://bitbucket.org/inteligr8/ootbee-beedk</url>
|
||||||
@@ -62,20 +67,4 @@
|
|||||||
</repository>
|
</repository>
|
||||||
</repositories>
|
</repositories>
|
||||||
|
|
||||||
<build>
|
|
||||||
<plugins>
|
|
||||||
<plugin>
|
|
||||||
<groupId>io.repaint.maven</groupId>
|
|
||||||
<artifactId>tiles-maven-plugin</artifactId>
|
|
||||||
<version>2.20</version>
|
|
||||||
<extensions>true</extensions>
|
|
||||||
<configuration>
|
|
||||||
<tiles>
|
|
||||||
<tile>com.inteligr8:maven-public-deploy-tile:[1.0.0,2.0.0)</tile>
|
|
||||||
</tiles>
|
|
||||||
</configuration>
|
|
||||||
</plugin>
|
|
||||||
</plugins>
|
|
||||||
</build>
|
|
||||||
|
|
||||||
</project>
|
</project>
|
||||||
|
@@ -5,11 +5,16 @@
|
|||||||
|
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
<groupId>com.inteligr8.ootbee</groupId>
|
|
||||||
<artifactId>beedk-ate-springboot-tile</artifactId>
|
<artifactId>beedk-ate-springboot-tile</artifactId>
|
||||||
<version>1.0.11</version>
|
|
||||||
<packaging>tile</packaging>
|
<packaging>tile</packaging>
|
||||||
|
|
||||||
|
<parent>
|
||||||
|
<groupId>com.inteligr8.ootbee</groupId>
|
||||||
|
<artifactId>beedk-parent</artifactId>
|
||||||
|
<version>1.0.11</version>
|
||||||
|
<relativePath>..</relativePath>
|
||||||
|
</parent>
|
||||||
|
|
||||||
<name>Order of the Bee Development Kit: ATE Spring Boot</name>
|
<name>Order of the Bee Development Kit: ATE Spring Boot</name>
|
||||||
<scm>
|
<scm>
|
||||||
<url>https://bitbucket.org/inteligr8/ootbee-beedk</url>
|
<url>https://bitbucket.org/inteligr8/ootbee-beedk</url>
|
||||||
@@ -33,13 +38,10 @@
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>io.repaint.maven</groupId>
|
<groupId>io.repaint.maven</groupId>
|
||||||
<artifactId>tiles-maven-plugin</artifactId>
|
<artifactId>tiles-maven-plugin</artifactId>
|
||||||
<version>2.20</version>
|
<version>2.26</version>
|
||||||
<extensions>true</extensions>
|
<extensions>true</extensions>
|
||||||
<configuration>
|
<configuration>
|
||||||
<filtering>true</filtering>
|
<filtering>true</filtering>
|
||||||
<tiles>
|
|
||||||
<tile>com.inteligr8:maven-public-deploy-tile:[1.0.0,2.0.0)</tile>
|
|
||||||
</tiles>
|
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
|
@@ -5,11 +5,16 @@
|
|||||||
|
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
<groupId>com.inteligr8.ootbee</groupId>
|
|
||||||
<artifactId>beedk-ate-springboot</artifactId>
|
<artifactId>beedk-ate-springboot</artifactId>
|
||||||
<version>1.0.11</version>
|
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
|
||||||
|
<parent>
|
||||||
|
<groupId>com.inteligr8.ootbee</groupId>
|
||||||
|
<artifactId>beedk-parent</artifactId>
|
||||||
|
<version>1.0.11</version>
|
||||||
|
<relativePath>..</relativePath>
|
||||||
|
</parent>
|
||||||
|
|
||||||
<name>Order of the Bee Development Kit: ATE Spring Boot</name>
|
<name>Order of the Bee Development Kit: ATE Spring Boot</name>
|
||||||
<scm>
|
<scm>
|
||||||
<url>https://bitbucket.org/inteligr8/ootbee-beedk</url>
|
<url>https://bitbucket.org/inteligr8/ootbee-beedk</url>
|
||||||
@@ -48,20 +53,4 @@
|
|||||||
</repository>
|
</repository>
|
||||||
</repositories>
|
</repositories>
|
||||||
|
|
||||||
<build>
|
|
||||||
<plugins>
|
|
||||||
<plugin>
|
|
||||||
<groupId>io.repaint.maven</groupId>
|
|
||||||
<artifactId>tiles-maven-plugin</artifactId>
|
|
||||||
<version>2.20</version>
|
|
||||||
<extensions>true</extensions>
|
|
||||||
<configuration>
|
|
||||||
<tiles>
|
|
||||||
<tile>com.inteligr8:maven-public-deploy-tile:[1.0.0,2.0.0)</tile>
|
|
||||||
</tiles>
|
|
||||||
</configuration>
|
|
||||||
</plugin>
|
|
||||||
</plugins>
|
|
||||||
</build>
|
|
||||||
|
|
||||||
</project>
|
</project>
|
||||||
|
@@ -5,11 +5,16 @@
|
|||||||
|
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
<groupId>com.inteligr8.ootbee</groupId>
|
|
||||||
<artifactId>beedk-ats-it-tile</artifactId>
|
<artifactId>beedk-ats-it-tile</artifactId>
|
||||||
<version>1.0.11</version>
|
|
||||||
<packaging>tile</packaging>
|
<packaging>tile</packaging>
|
||||||
|
|
||||||
|
<parent>
|
||||||
|
<groupId>com.inteligr8.ootbee</groupId>
|
||||||
|
<artifactId>beedk-parent</artifactId>
|
||||||
|
<version>1.0.11</version>
|
||||||
|
<relativePath>..</relativePath>
|
||||||
|
</parent>
|
||||||
|
|
||||||
<name>Order of the Bee Development Kit: Integration Testing for ATS</name>
|
<name>Order of the Bee Development Kit: Integration Testing for ATS</name>
|
||||||
<scm>
|
<scm>
|
||||||
<url>https://bitbucket.org/inteligr8/ootbee-beedk</url>
|
<url>https://bitbucket.org/inteligr8/ootbee-beedk</url>
|
||||||
@@ -33,13 +38,10 @@
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>io.repaint.maven</groupId>
|
<groupId>io.repaint.maven</groupId>
|
||||||
<artifactId>tiles-maven-plugin</artifactId>
|
<artifactId>tiles-maven-plugin</artifactId>
|
||||||
<version>2.20</version>
|
<version>2.26</version>
|
||||||
<extensions>true</extensions>
|
<extensions>true</extensions>
|
||||||
<configuration>
|
<configuration>
|
||||||
<filtering>true</filtering>
|
<filtering>true</filtering>
|
||||||
<tiles>
|
|
||||||
<tile>com.inteligr8:maven-public-deploy-tile:[1.0.0,2.0.0)</tile>
|
|
||||||
</tiles>
|
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
|
@@ -5,11 +5,16 @@
|
|||||||
|
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
<groupId>com.inteligr8.ootbee</groupId>
|
|
||||||
<artifactId>beedk-ats-rad-tile</artifactId>
|
<artifactId>beedk-ats-rad-tile</artifactId>
|
||||||
<version>1.0.11</version>
|
|
||||||
<packaging>tile</packaging>
|
<packaging>tile</packaging>
|
||||||
|
|
||||||
|
<parent>
|
||||||
|
<groupId>com.inteligr8.ootbee</groupId>
|
||||||
|
<artifactId>beedk-parent</artifactId>
|
||||||
|
<version>1.0.11</version>
|
||||||
|
<relativePath>..</relativePath>
|
||||||
|
</parent>
|
||||||
|
|
||||||
<name>Order of the Bee Development Kit: RAD for ATS</name>
|
<name>Order of the Bee Development Kit: RAD for ATS</name>
|
||||||
<scm>
|
<scm>
|
||||||
<url>https://bitbucket.org/inteligr8/ootbee-beedk</url>
|
<url>https://bitbucket.org/inteligr8/ootbee-beedk</url>
|
||||||
@@ -33,13 +38,10 @@
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>io.repaint.maven</groupId>
|
<groupId>io.repaint.maven</groupId>
|
||||||
<artifactId>tiles-maven-plugin</artifactId>
|
<artifactId>tiles-maven-plugin</artifactId>
|
||||||
<version>2.20</version>
|
<version>2.26</version>
|
||||||
<extensions>true</extensions>
|
<extensions>true</extensions>
|
||||||
<configuration>
|
<configuration>
|
||||||
<filtering>true</filtering>
|
<filtering>true</filtering>
|
||||||
<tiles>
|
|
||||||
<tile>com.inteligr8:maven-public-deploy-tile:[1.0.0,2.0.0)</tile>
|
|
||||||
</tiles>
|
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
|
@@ -5,11 +5,16 @@
|
|||||||
|
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
<groupId>com.inteligr8.ootbee</groupId>
|
|
||||||
<artifactId>beedk-run-tile</artifactId>
|
<artifactId>beedk-run-tile</artifactId>
|
||||||
<version>1.0.11</version>
|
|
||||||
<packaging>tile</packaging>
|
<packaging>tile</packaging>
|
||||||
|
|
||||||
|
<parent>
|
||||||
|
<groupId>com.inteligr8.ootbee</groupId>
|
||||||
|
<artifactId>beedk-parent</artifactId>
|
||||||
|
<version>1.0.11</version>
|
||||||
|
<relativePath>..</relativePath>
|
||||||
|
</parent>
|
||||||
|
|
||||||
<name>Order of the Bee Development Kit: Testing Core</name>
|
<name>Order of the Bee Development Kit: Testing Core</name>
|
||||||
<scm>
|
<scm>
|
||||||
<url>https://bitbucket.org/inteligr8/ootbee-beedk</url>
|
<url>https://bitbucket.org/inteligr8/ootbee-beedk</url>
|
||||||
@@ -33,13 +38,10 @@
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>io.repaint.maven</groupId>
|
<groupId>io.repaint.maven</groupId>
|
||||||
<artifactId>tiles-maven-plugin</artifactId>
|
<artifactId>tiles-maven-plugin</artifactId>
|
||||||
<version>2.20</version>
|
<version>2.26</version>
|
||||||
<extensions>true</extensions>
|
<extensions>true</extensions>
|
||||||
<configuration>
|
<configuration>
|
||||||
<filtering>true</filtering>
|
<filtering>true</filtering>
|
||||||
<tiles>
|
|
||||||
<tile>com.inteligr8:maven-public-deploy-tile:[1.0.0,2.0.0)</tile>
|
|
||||||
</tiles>
|
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
|
@@ -4,11 +4,16 @@
|
|||||||
|
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
<groupId>com.inteligr8.ootbee</groupId>
|
|
||||||
<artifactId>beedk-springboot-api-archetype</artifactId>
|
<artifactId>beedk-springboot-api-archetype</artifactId>
|
||||||
<version>1.0.11</version>
|
|
||||||
<packaging>maven-archetype</packaging>
|
<packaging>maven-archetype</packaging>
|
||||||
|
|
||||||
|
<parent>
|
||||||
|
<groupId>com.inteligr8.ootbee</groupId>
|
||||||
|
<artifactId>beedk-parent</artifactId>
|
||||||
|
<version>1.0.11</version>
|
||||||
|
<relativePath>..</relativePath>
|
||||||
|
</parent>
|
||||||
|
|
||||||
<name>Order of the Bee Development Kit: Project Scaffolding for a Spring Boot application using ACS/API remote APIs</name>
|
<name>Order of the Bee Development Kit: Project Scaffolding for a Spring Boot application using ACS/API remote APIs</name>
|
||||||
<scm>
|
<scm>
|
||||||
<url>https://bitbucket.org/inteligr8/ootbee-beedk</url>
|
<url>https://bitbucket.org/inteligr8/ootbee-beedk</url>
|
||||||
@@ -39,18 +44,5 @@
|
|||||||
<version>3.1.1</version>
|
<version>3.1.1</version>
|
||||||
</extension>
|
</extension>
|
||||||
</extensions>
|
</extensions>
|
||||||
<plugins>
|
|
||||||
<plugin>
|
|
||||||
<groupId>io.repaint.maven</groupId>
|
|
||||||
<artifactId>tiles-maven-plugin</artifactId>
|
|
||||||
<version>2.20</version>
|
|
||||||
<extensions>true</extensions>
|
|
||||||
<configuration>
|
|
||||||
<tiles>
|
|
||||||
<tile>com.inteligr8:maven-public-deploy-tile:[1.0.0,2.0.0)</tile>
|
|
||||||
</tiles>
|
|
||||||
</configuration>
|
|
||||||
</plugin>
|
|
||||||
</plugins>
|
|
||||||
</build>
|
</build>
|
||||||
</project>
|
</project>
|
||||||
|
@@ -45,7 +45,7 @@
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>io.repaint.maven</groupId>
|
<groupId>io.repaint.maven</groupId>
|
||||||
<artifactId>tiles-maven-plugin</artifactId>
|
<artifactId>tiles-maven-plugin</artifactId>
|
||||||
<version>2.20</version>
|
<version>2.26</version>
|
||||||
<extensions>true</extensions>
|
<extensions>true</extensions>
|
||||||
<configuration>
|
<configuration>
|
||||||
<tiles>
|
<tiles>
|
||||||
|
@@ -5,11 +5,16 @@
|
|||||||
|
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
<groupId>com.inteligr8.ootbee</groupId>
|
|
||||||
<artifactId>beedk-springboot-docker-base-tile</artifactId>
|
<artifactId>beedk-springboot-docker-base-tile</artifactId>
|
||||||
<version>1.0.11</version>
|
|
||||||
<packaging>tile</packaging>
|
<packaging>tile</packaging>
|
||||||
|
|
||||||
|
<parent>
|
||||||
|
<groupId>com.inteligr8.ootbee</groupId>
|
||||||
|
<artifactId>beedk-parent</artifactId>
|
||||||
|
<version>1.0.11</version>
|
||||||
|
<relativePath>..</relativePath>
|
||||||
|
</parent>
|
||||||
|
|
||||||
<name>Order of the Bee Development Kit: Spring Boot Docker Enablement Base</name>
|
<name>Order of the Bee Development Kit: Spring Boot Docker Enablement Base</name>
|
||||||
<scm>
|
<scm>
|
||||||
<url>https://bitbucket.org/inteligr8/ootbee-beedk</url>
|
<url>https://bitbucket.org/inteligr8/ootbee-beedk</url>
|
||||||
@@ -33,13 +38,10 @@
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>io.repaint.maven</groupId>
|
<groupId>io.repaint.maven</groupId>
|
||||||
<artifactId>tiles-maven-plugin</artifactId>
|
<artifactId>tiles-maven-plugin</artifactId>
|
||||||
<version>2.20</version>
|
<version>2.26</version>
|
||||||
<extensions>true</extensions>
|
<extensions>true</extensions>
|
||||||
<configuration>
|
<configuration>
|
||||||
<filtering>true</filtering>
|
<filtering>true</filtering>
|
||||||
<tiles>
|
|
||||||
<tile>com.inteligr8:maven-public-deploy-tile:[1.0.0,2.0.0)</tile>
|
|
||||||
</tiles>
|
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
|
@@ -5,8 +5,8 @@
|
|||||||
|
|
||||||
<build>
|
<build>
|
||||||
<plugins>
|
<plugins>
|
||||||
<!-- This plugin copies the Dockerfile and resources to the base build directory -->
|
<!-- This plugin copies the Dockerfile and resources to the base context build directory -->
|
||||||
<!-- Dockerfile ADD/COPY commands can only use files inside the build directory -->
|
<!-- Dockerfile ADD/COPY commands can only use files inside the context build directory -->
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.codehaus.mojo</groupId>
|
<groupId>org.codehaus.mojo</groupId>
|
||||||
<artifactId>build-helper-maven-plugin</artifactId>
|
<artifactId>build-helper-maven-plugin</artifactId>
|
||||||
@@ -23,26 +23,60 @@
|
|||||||
<resource>
|
<resource>
|
||||||
<directory>${docker.source.directory}</directory>
|
<directory>${docker.source.directory}</directory>
|
||||||
<filtering>true</filtering>
|
<filtering>true</filtering>
|
||||||
<targetPath>${project.build.directory}</targetPath>
|
<targetPath>${project.build.directory}/docker/context</targetPath>
|
||||||
</resource>
|
</resource>
|
||||||
</resources>
|
</resources>
|
||||||
</configuration>
|
</configuration>
|
||||||
</execution>
|
</execution>
|
||||||
</executions>
|
</executions>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
<!-- This plugin copies the Spring Boot JAR to the base build context directory -->
|
||||||
|
<!-- Dockerfile ADD/COPY commands can only use files inside the context build directory -->
|
||||||
|
<plugin>
|
||||||
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
|
<artifactId>maven-resources-plugin</artifactId>
|
||||||
|
<executions>
|
||||||
|
<execution>
|
||||||
|
<id>copy-jar</id>
|
||||||
|
<phase>package</phase>
|
||||||
|
<goals>
|
||||||
|
<goal>copy-resources</goal>
|
||||||
|
</goals>
|
||||||
|
<configuration>
|
||||||
|
<resources>
|
||||||
|
<resource>
|
||||||
|
<directory>${project.build.directory}</directory>
|
||||||
|
<includes>
|
||||||
|
<include>*.jar</include>
|
||||||
|
</includes>
|
||||||
|
</resource>
|
||||||
|
</resources>
|
||||||
|
<outputDirectory>${project.build.directory}/docker/context</outputDirectory>
|
||||||
|
</configuration>
|
||||||
|
</execution>
|
||||||
|
</executions>
|
||||||
|
</plugin>
|
||||||
<!-- This plugin configures the building and pushing of a Docker image -->
|
<!-- This plugin configures the building and pushing of a Docker image -->
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>com.spotify</groupId>
|
<groupId>io.fabric8</groupId>
|
||||||
<artifactId>dockerfile-maven-plugin</artifactId>
|
<artifactId>docker-maven-plugin</artifactId>
|
||||||
<version>1.4.13</version>
|
<version>0.39.0</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<contextDirectory>${project.build.directory}</contextDirectory>
|
<images>
|
||||||
<repository>${docker.image.registry}/${docker.image.name}</repository>
|
<image>
|
||||||
<tag>${docker.image.tag}</tag>
|
<name>${docker.image.name}</name>
|
||||||
<useMavenSettingsForAuth>true</useMavenSettingsForAuth>
|
<alias>${artifactId}-docker-image</alias>
|
||||||
<buildArgs>
|
<build>
|
||||||
|
<contextDir>${project.build.directory}/docker/context</contextDir>
|
||||||
|
<args>
|
||||||
<JAR_FILE>${project.artifactId}-${project.version}.jar</JAR_FILE>
|
<JAR_FILE>${project.artifactId}-${project.version}.jar</JAR_FILE>
|
||||||
</buildArgs>
|
</args>
|
||||||
|
<tags>
|
||||||
|
<tag>${docker.image.tag}</tag>
|
||||||
|
</tags>
|
||||||
|
</build>
|
||||||
|
</image>
|
||||||
|
</images>
|
||||||
</configuration>
|
</configuration>
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
@@ -50,18 +84,29 @@
|
|||||||
<phase>package</phase>
|
<phase>package</phase>
|
||||||
<goals><goal>build</goal></goals>
|
<goals><goal>build</goal></goals>
|
||||||
<configuration>
|
<configuration>
|
||||||
<repository>${docker.image.name}</repository>
|
<skipPush>true</skipPush>
|
||||||
|
<skipTag>false</skipTag> <!-- BUG workaround -->
|
||||||
</configuration>
|
</configuration>
|
||||||
</execution>
|
</execution>
|
||||||
|
<!-- BUG: artifactId appears to be automatically appended to docker.image.name
|
||||||
|
add tag to build for now -->
|
||||||
|
<!--
|
||||||
<execution>
|
<execution>
|
||||||
<id>docker-tag-registry</id>
|
<id>docker-tag</id>
|
||||||
<phase>install</phase>
|
<phase>install</phase>
|
||||||
<goals><goal>tag</goal></goals>
|
<goals><goal>tag</goal></goals>
|
||||||
|
<configuration>
|
||||||
|
<tagName>${docker.image.tag}</tagName>
|
||||||
|
</configuration>
|
||||||
</execution>
|
</execution>
|
||||||
|
-->
|
||||||
<execution>
|
<execution>
|
||||||
<id>docker-push</id>
|
<id>docker-push</id>
|
||||||
<phase>deploy</phase>
|
<phase>deploy</phase>
|
||||||
<goals><goal>push</goal></goals>
|
<goals><goal>push</goal></goals>
|
||||||
|
<configuration>
|
||||||
|
<pushRegistry>${docker.image.registry}</pushRegistry>
|
||||||
|
</configuration>
|
||||||
</execution>
|
</execution>
|
||||||
</executions>
|
</executions>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
@@ -5,11 +5,16 @@
|
|||||||
|
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
<groupId>com.inteligr8.ootbee</groupId>
|
|
||||||
<artifactId>beedk-springboot-docker-tile</artifactId>
|
<artifactId>beedk-springboot-docker-tile</artifactId>
|
||||||
<version>1.0.11</version>
|
|
||||||
<packaging>tile</packaging>
|
<packaging>tile</packaging>
|
||||||
|
|
||||||
|
<parent>
|
||||||
|
<groupId>com.inteligr8.ootbee</groupId>
|
||||||
|
<artifactId>beedk-parent</artifactId>
|
||||||
|
<version>1.0.11</version>
|
||||||
|
<relativePath>..</relativePath>
|
||||||
|
</parent>
|
||||||
|
|
||||||
<name>Order of the Bee Development Kit: Spring Boot Docker Enablement</name>
|
<name>Order of the Bee Development Kit: Spring Boot Docker Enablement</name>
|
||||||
<scm>
|
<scm>
|
||||||
<url>https://bitbucket.org/inteligr8/ootbee-beedk</url>
|
<url>https://bitbucket.org/inteligr8/ootbee-beedk</url>
|
||||||
@@ -33,13 +38,10 @@
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>io.repaint.maven</groupId>
|
<groupId>io.repaint.maven</groupId>
|
||||||
<artifactId>tiles-maven-plugin</artifactId>
|
<artifactId>tiles-maven-plugin</artifactId>
|
||||||
<version>2.20</version>
|
<version>2.26</version>
|
||||||
<extensions>true</extensions>
|
<extensions>true</extensions>
|
||||||
<configuration>
|
<configuration>
|
||||||
<filtering>true</filtering>
|
<filtering>true</filtering>
|
||||||
<tiles>
|
|
||||||
<tile>com.inteligr8:maven-public-deploy-tile:[1.0.0,2.0.0)</tile>
|
|
||||||
</tiles>
|
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
|
21
pom.xml
21
pom.xml
@@ -90,16 +90,15 @@
|
|||||||
<module>beedk-activiti-ext-archetype</module>
|
<module>beedk-activiti-ext-archetype</module>
|
||||||
</modules>
|
</modules>
|
||||||
|
|
||||||
<build>
|
<distributionManagement>
|
||||||
<plugins>
|
<repository>
|
||||||
<plugin>
|
<id>inteligr8-releases</id>
|
||||||
<artifactId>maven-deploy-plugin</artifactId>
|
<url>https://repos.inteligr8.com/nexus/repository/inteligr8-public</url>
|
||||||
<version>3.0.0-M1</version>
|
</repository>
|
||||||
<configuration>
|
<snapshotRepository>
|
||||||
<skip>true</skip>
|
<id>inteligr8-snapshots</id>
|
||||||
</configuration>
|
<url>https://repos.inteligr8.com/nexus/repository/inteligr8-snapshots</url>
|
||||||
</plugin>
|
</snapshotRepository>
|
||||||
</plugins>
|
</distributionManagement>
|
||||||
</build>
|
|
||||||
|
|
||||||
</project>
|
</project>
|
||||||
|
Reference in New Issue
Block a user