Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Re-organise project to reduce the number of top level items #401

Merged
merged 7 commits into from
Jan 2, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
6 changes: 3 additions & 3 deletions build-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@
</dependency>
<dependency>
<groupId>org.jboss.shamrock</groupId>
<artifactId>shamrock-class-transformer-example</artifactId>
<artifactId>shamrock-integration-test-class-transformer</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
Expand Down Expand Up @@ -264,7 +264,7 @@
</dependency>
<dependency>
<groupId>org.jboss.shamrock</groupId>
<artifactId>shamrock-legacy-runner</artifactId>
<artifactId>shamrock-war-launcher-runner</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
Expand Down Expand Up @@ -294,7 +294,7 @@
</dependency>
<dependency>
<groupId>org.jboss.shamrock</groupId>
<artifactId>shamrock-shared-library-example</artifactId>
<artifactId>shamrock-integration-test-shared-library</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion builder/pom.xml → core/builder/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<groupId>org.jboss.shamrock</groupId>
<artifactId>shamrock-build-parent</artifactId>
<version>1.0.0.Alpha1-SNAPSHOT</version>
<relativePath>../build-parent/pom.xml</relativePath>
<relativePath>../../build-parent/pom.xml</relativePath>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion creator/pom.xml → core/creator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<artifactId>shamrock-build-parent</artifactId>
<groupId>org.jboss.shamrock</groupId>
<version>1.0.0.Alpha1-SNAPSHOT</version>
<relativePath>../build-parent/pom.xml</relativePath>
<relativePath>../../build-parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion devmode/pom.xml → core/devmode/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<artifactId>shamrock-build-parent</artifactId>
<groupId>org.jboss.shamrock</groupId>
<version>1.0.0.Alpha1-SNAPSHOT</version>
<relativePath>../build-parent/pom.xml</relativePath>
<relativePath>../../build-parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
3 changes: 3 additions & 0 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,8 @@
<module>deployment</module>
<module>runtime</module>
<module>deployment-api</module>
<module>devmode</module>
<module>builder</module>
<module>creator</module>
</modules>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@
</dependencies>


</project>
</project>
4 changes: 2 additions & 2 deletions agroal/pom.xml → extensions/agroal/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<artifactId>shamrock-build-parent</artifactId>
<groupId>org.jboss.shamrock</groupId>
<version>1.0.0.Alpha1-SNAPSHOT</version>
<relativePath>../build-parent/pom.xml</relativePath>
<relativePath>../../build-parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -33,4 +33,4 @@
<module>deployment</module>
<module>runtime</module>
</modules>
</project>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,4 @@
</plugin>
</plugins>
</build>
</project>
</project>
File renamed without changes.
2 changes: 1 addition & 1 deletion arc/pom.xml → extensions/arc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<artifactId>shamrock-build-parent</artifactId>
<groupId>org.jboss.shamrock</groupId>
<version>1.0.0.Alpha1-SNAPSHOT</version>
<relativePath>../build-parent/pom.xml</relativePath>
<relativePath>../../build-parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@
</dependencies>


</project>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<artifactId>shamrock-build-parent</artifactId>
<groupId>org.jboss.shamrock</groupId>
<version>1.0.0.Alpha1-SNAPSHOT</version>
<relativePath>../build-parent/pom.xml</relativePath>
<relativePath>../../build-parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -33,4 +33,4 @@
<module>deployment</module>
<module>runtime</module>
</modules>
</project>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,4 @@
</plugin>
</plugins>
</build>
</project>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<artifactId>shamrock-build-parent</artifactId>
<groupId>org.jboss.shamrock</groupId>
<version>1.0.0.Alpha1-SNAPSHOT</version>
<relativePath>../build-parent/pom.xml</relativePath>
<relativePath>../../build-parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@
</dependencies>


</project>
</project>
4 changes: 2 additions & 2 deletions health/pom.xml → extensions/health/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<artifactId>shamrock-build-parent</artifactId>
<groupId>org.jboss.shamrock</groupId>
<version>1.0.0.Alpha1-SNAPSHOT</version>
<relativePath>../build-parent/pom.xml</relativePath>
<relativePath>../../build-parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -34,4 +34,4 @@
<module>deployment</module>
<module>runtime</module>
</modules>
</project>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@
</plugin>
</plugins>
</build>
</project>
</project>
File renamed without changes.
4 changes: 2 additions & 2 deletions jaxrs/pom.xml → extensions/jaxrs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<artifactId>shamrock-build-parent</artifactId>
<groupId>org.jboss.shamrock</groupId>
<version>1.0.0.Alpha1-SNAPSHOT</version>
<relativePath>../build-parent/pom.xml</relativePath>
<relativePath>../../build-parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -34,4 +34,4 @@
<module>runtime</module>
</modules>

</project>
</project>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion jdbc/pom.xml → extensions/jdbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<artifactId>shamrock-build-parent</artifactId>
<groupId>org.jboss.shamrock</groupId>
<version>1.0.0.Alpha1-SNAPSHOT</version>
<relativePath>../build-parent/pom.xml</relativePath>
<relativePath>../../build-parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,4 @@
</dependency>
</dependencies>

</project>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -109,4 +109,4 @@
</profile>
</profiles>

</project>
</project>
2 changes: 1 addition & 1 deletion jpa/pom.xml → extensions/jpa/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<artifactId>shamrock-build-parent</artifactId>
<groupId>org.jboss.shamrock</groupId>
<version>1.0.0.Alpha1-SNAPSHOT</version>
<relativePath>../build-parent/pom.xml</relativePath>
<relativePath>../../build-parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion jpa/runtime/pom.xml → extensions/jpa/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@
</plugin>
</plugins>
</build>
</project>
</project>
File renamed without changes.
2 changes: 1 addition & 1 deletion metrics/pom.xml → extensions/metrics/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<artifactId>shamrock-build-parent</artifactId>
<groupId>org.jboss.shamrock</groupId>
<version>1.0.0.Alpha1-SNAPSHOT</version>
<relativePath>../build-parent/pom.xml</relativePath>
<relativePath>../../build-parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion openapi/pom.xml → extensions/openapi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<artifactId>shamrock-build-parent</artifactId>
<groupId>org.jboss.shamrock</groupId>
<version>1.0.0.Alpha1-SNAPSHOT</version>
<relativePath>../build-parent/pom.xml</relativePath>
<relativePath>../../build-parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@
</dependencies>


</project>
</project>
4 changes: 2 additions & 2 deletions openssl/pom.xml → extensions/openssl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<artifactId>shamrock-build-parent</artifactId>
<groupId>org.jboss.shamrock</groupId>
<version>1.0.0.Alpha1-SNAPSHOT</version>
<relativePath>../build-parent/pom.xml</relativePath>
<relativePath>../../build-parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -34,4 +34,4 @@
<module>runtime</module>
</modules>

</project>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@
</plugin>
</plugins>
</build>
</project>
</project>
2 changes: 1 addition & 1 deletion opentracing/pom.xml → extensions/opentracing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<artifactId>shamrock-build-parent</artifactId>
<groupId>org.jboss.shamrock</groupId>
<version>1.0.0.Alpha1-SNAPSHOT</version>
<relativePath>../build-parent/pom.xml</relativePath>
<relativePath>../../build-parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
File renamed without changes.
65 changes: 65 additions & 0 deletions extensions/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright 2019 Red Hat, Inc.
~
~ 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">
<parent>
<artifactId>shamrock-build-parent</artifactId>
<groupId>org.jboss.shamrock</groupId>
<version>1.0.0.Alpha1-SNAPSHOT</version>
<relativePath>../build-parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>shamrock-extensions-parent</artifactId>
<name>Shamrock Extensions Parent Pom</name>
<packaging>pom</packaging>
<modules>
<!-- Plumbing -->
<module>arc</module>
<module>scheduler</module>

<!-- HTTP -->
<module>undertow</module>
<module>openssl</module>
<module>websockets</module>

<!-- Monitoring -->
<module>health</module>
<module>metrics</module>
<module>opentracing</module>
<module>fault-tolerance</module>

<!-- REST services -->
<module>jaxrs</module>
<module>rest-client</module>
<module>openapi</module>

<!-- Reactive -->
<module>vertx</module>
<module>reactive-streams-operators</module>

<!-- Data access and validation -->
<module>transactions</module>
<module>agroal</module>
<module>jdbc</module>
<module>jpa</module>
<module>bean-validation</module>
</modules>

</project>
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<artifactId>shamrock-build-parent</artifactId>
<groupId>org.jboss.shamrock</groupId>
<version>1.0.0.Alpha1-SNAPSHOT</version>
<relativePath>../build-parent/pom.xml</relativePath>
<relativePath>../../build-parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<artifactId>shamrock-build-parent</artifactId>
<groupId>org.jboss.shamrock</groupId>
<version>1.0.0.Alpha1-SNAPSHOT</version>
<relativePath>../../build-parent/pom.xml</relativePath>
<relativePath>../../../build-parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@
</dependencies>


</project>
</project>
4 changes: 2 additions & 2 deletions rest-client/pom.xml → extensions/rest-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<artifactId>shamrock-build-parent</artifactId>
<groupId>org.jboss.shamrock</groupId>
<version>1.0.0.Alpha1-SNAPSHOT</version>
<relativePath>../build-parent/pom.xml</relativePath>
<relativePath>../../build-parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -33,4 +33,4 @@
<module>deployment</module>
<module>runtime</module>
</modules>
</project>
</project>
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion scheduler/pom.xml → extensions/scheduler/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<artifactId>shamrock-build-parent</artifactId>
<groupId>org.jboss.shamrock</groupId>
<version>1.0.0.Alpha1-SNAPSHOT</version>
<relativePath>../build-parent/pom.xml</relativePath>
<relativePath>../../build-parent/pom.xml</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
File renamed without changes.
Loading