Skip to content

Commit

Permalink
Merge pull request #65 from adamcin/adamcin/add-grand-tour-package-mo…
Browse files Browse the repository at this point in the history
…dule

add caliper packages and GrandTourIT to core
  • Loading branch information
adamcin committed Aug 28, 2020
2 parents 3b62d63 + dc68280 commit 21263de
Show file tree
Hide file tree
Showing 56 changed files with 1,610 additions and 1 deletion.
5 changes: 5 additions & 0 deletions calipers/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# OakPAL Caliper

The OakPAL Caliper is a content package that exercises all the features of the OakMachine and events handled by the
ProgressCheck interface. It is published as an artifact in its own right so that it can be used as a standalone
self-test for a configured instance of the CLI or Maven Plugin.
1 change: 1 addition & 0 deletions calipers/all/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# oakpal-caliper.all
110 changes: 110 additions & 0 deletions calipers/all/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,110 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright 2019 Mark Adamcin
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>net.adamcin.oakpal</groupId>
<artifactId>oakpal-calipers</artifactId>
<version>2.2.0-SNAPSHOT</version>
</parent>

<artifactId>oakpal-caliper.all</artifactId>
<packaging>content-package</packaging>

<name>OakPAL - Calipers - all package</name>
<description>OakPAL Caliper - well-formed all package containing ui.apps and ui.content packages.</description>

<inceptionYear>2017</inceptionYear>

<scm>
<url>https://github.com/adamcin/oakpal</url>
<developerConnection>scm:git:git@github.com:adamcin/oakpal.git</developerConnection>
<connection>scm:git://github.com/adamcin/oakpal.git</connection>
<tag>HEAD</tag>
</scm>

<build>
<plugins>
<!-- ====================================================================== -->
<!-- V A U L T P A C K A G E P L U G I N S -->
<!-- ====================================================================== -->
<plugin>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>filevault-package-maven-plugin</artifactId>
<extensions>true</extensions>
<configuration>
<group>net.adamcin.oakpal</group>
<packageType>mixed</packageType>
<embeddeds>
<embedded>
<groupId>net.adamcin.oakpal</groupId>
<artifactId>oakpal-caliper.ui.apps</artifactId>
<type>zip</type>
<target>/apps/oakpal-caliper-packages/application/install</target>
</embedded>
<embedded>
<groupId>net.adamcin.oakpal</groupId>
<artifactId>oakpal-caliper.ui.apps.author</artifactId>
<type>zip</type>
<target>/apps/oakpal-caliper-packages/application/install.author</target>
</embedded>
<embedded>
<groupId>net.adamcin.oakpal</groupId>
<artifactId>oakpal-caliper.ui.apps.publish</artifactId>
<type>zip</type>
<target>/apps/oakpal-caliper-packages/application/install.publish</target>
</embedded>
<embedded>
<groupId>net.adamcin.oakpal</groupId>
<artifactId>oakpal-caliper.ui.content</artifactId>
<type>zip</type>
<target>/apps/oakpal-caliper-packages/content/install</target>
</embedded>
</embeddeds>
</configuration>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>net.adamcin.oakpal</groupId>
<artifactId>oakpal-caliper.ui.apps</artifactId>
<version>2.2.0-SNAPSHOT</version>
<type>zip</type>
</dependency>
<dependency>
<groupId>net.adamcin.oakpal</groupId>
<artifactId>oakpal-caliper.ui.apps.author</artifactId>
<version>2.2.0-SNAPSHOT</version>
<type>zip</type>
</dependency>
<dependency>
<groupId>net.adamcin.oakpal</groupId>
<artifactId>oakpal-caliper.ui.apps.publish</artifactId>
<version>2.2.0-SNAPSHOT</version>
<type>zip</type>
</dependency>
<dependency>
<groupId>net.adamcin.oakpal</groupId>
<artifactId>oakpal-caliper.ui.content</artifactId>
<version>2.2.0-SNAPSHOT</version>
<type>zip</type>
</dependency>
</dependencies>
</project>
20 changes: 20 additions & 0 deletions calipers/all/src/main/content/META-INF/vault/filter.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright 2020 Mark Adamcin
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->

<workspaceFilter version="1.0">
<filter root="/apps/oakpal-caliper-packages"/>
</workspaceFilter>
23 changes: 23 additions & 0 deletions calipers/all/src/site/site.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<!--
~ Copyright 2018 Mark Adamcin
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->

<project name="${project.name}">
<body>
<menu name="Overview">
<item name="Introduction" href="index.html" />
</menu>
</body>
</project>
66 changes: 66 additions & 0 deletions calipers/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright 2019 Mark Adamcin
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>net.adamcin.oakpal</groupId>
<artifactId>oakpal</artifactId>
<version>2.2.0-SNAPSHOT</version>
</parent>

<artifactId>oakpal-calipers</artifactId>
<packaging>pom</packaging>

<name>OakPAL - Calipers - Parent</name>
<description>Parent project for OakPAL Caliper Packages</description>

<inceptionYear>2017</inceptionYear>

<scm>
<url>https://github.com/adamcin/oakpal</url>
<developerConnection>scm:git:git@github.com:adamcin/oakpal.git</developerConnection>
<connection>scm:git://github.com/adamcin/oakpal.git</connection>
<tag>HEAD</tag>
</scm>

<modules>
<module>ui.apps.structure</module>
<module>ui.apps</module>
<module>ui.apps.author</module>
<module>ui.apps.publish</module>
<module>ui.content</module>
<module>ui.content.suba2</module>
<module>ui.content.subb3</module>
<module>ui.content.subc1</module>
<module>all</module>
</modules>

<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>filevault-package-maven-plugin</artifactId>
<version>1.1.4</version>
</plugin>
</plugins>
</pluginManagement>
</build>
</project>
23 changes: 23 additions & 0 deletions calipers/src/site/site.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<!--
~ Copyright 2018 Mark Adamcin
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->

<project name="${project.name}">
<body>
<menu name="Overview">
<item name="Introduction" href="index.html" />
</menu>
</body>
</project>
1 change: 1 addition & 0 deletions calipers/ui.apps.author/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# oakpal-caliper.ui.apps.author
82 changes: 82 additions & 0 deletions calipers/ui.apps.author/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,82 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright 2019 Mark Adamcin
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>net.adamcin.oakpal</groupId>
<artifactId>oakpal-calipers</artifactId>
<version>2.2.0-SNAPSHOT</version>
</parent>

<artifactId>oakpal-caliper.ui.apps.author</artifactId>
<packaging>content-package</packaging>

<name>OakPAL - Calipers - ui.apps.author</name>
<description>OakPAL Caliper - well-formed ui.apps.author package delivering content for author run mode only.</description>

<inceptionYear>2017</inceptionYear>

<scm>
<url>https://github.com/adamcin/oakpal</url>
<developerConnection>scm:git:git@github.com:adamcin/oakpal.git</developerConnection>
<connection>scm:git://github.com/adamcin/oakpal.git</connection>
<tag>HEAD</tag>
</scm>

<!-- ====================================================================== -->
<!-- B U I L D D E F I N I T I O N -->
<!-- ====================================================================== -->
<build>
<sourceDirectory>src/main/content/jcr_root</sourceDirectory>
<plugins>
<!-- ====================================================================== -->
<!-- V A U L T P A C K A G E P L U G I N S -->
<!-- ====================================================================== -->
<plugin>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>filevault-package-maven-plugin</artifactId>
<extensions>true</extensions>
<configuration>
<group>net.adamcin.oakpal</group>
<name>oakpal-caliper.ui.apps.author</name>
<packageType>application</packageType>
<accessControlHandling>merge</accessControlHandling>
<properties>
<cloudManagerTarget>none</cloudManagerTarget>
</properties>
<repositoryStructurePackages>
<repositoryStructurePackage>
<groupId>net.adamcin.oakpal</groupId>
<artifactId>oakpal-caliper.ui.apps.structure</artifactId>
</repositoryStructurePackage>
</repositoryStructurePackages>
</configuration>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>net.adamcin.oakpal</groupId>
<artifactId>oakpal-caliper.ui.apps.structure</artifactId>
<version>2.2.0-SNAPSHOT</version>
<type>zip</type>
</dependency>
</dependencies>
</project>
20 changes: 20 additions & 0 deletions calipers/ui.apps.author/src/main/content/META-INF/vault/filter.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright 2020 Mark Adamcin
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->

<workspaceFilter version="1.0">
<filter root="/apps/oakpal-caliper-author"/>
</workspaceFilter>
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright 2020 Mark Adamcin
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->

<jcr:root xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:nt="http://www.jcp.org/jcr/nt/1.0" xmlns:rep="internal"
jcr:mixinTypes="[rep:AccessControllable]"
jcr:primaryType="nt:folder"/>
Loading

0 comments on commit 21263de

Please sign in to comment.