Skip to content

Commit

Permalink
Flatten repository
Browse files Browse the repository at this point in the history
  • Loading branch information
acoburn committed Oct 4, 2023
1 parent 3b85bfd commit 7869c28
Show file tree
Hide file tree
Showing 537 changed files with 65 additions and 166 deletions.
File renamed without changes.
3 changes: 1 addition & 2 deletions platform/openliberty/pom.xml → apps/openliberty/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@

<parent>
<groupId>org.trellisldp</groupId>
<artifactId>trellis-parent</artifactId>
<artifactId>trellis-apps-parent</artifactId>
<version>0.20.0-SNAPSHOT</version>
<relativePath>../../parent</relativePath>
</parent>

<groupId>org.trellisldp</groupId>
Expand Down
21 changes: 16 additions & 5 deletions platform/pom.xml → apps/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,34 @@
<groupId>org.trellisldp</groupId>
<artifactId>trellis-parent</artifactId>
<version>0.20.0-SNAPSHOT</version>
<relativePath>../parent</relativePath>
<relativePath>../trellis-parent</relativePath>
</parent>

<groupId>org.trellisldp</groupId>
<artifactId>trellis-platform-parent</artifactId>
<artifactId>trellis-apps-parent</artifactId>
<version>0.20.0-SNAPSHOT</version>
<name>Trellis Platform parent</name>
<name>Trellis Apps parent</name>
<url>https://www.trellisldp.org</url>

<description>
Trellis LDP server: platform parent
Trellis LDP server: apps parent
</description>
<packaging>pom</packaging>

<modules>
<module>bom</module>
<module>quarkus</module>
<module>openliberty</module>
</modules>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
</plugins>
</build>
</project>
10 changes: 1 addition & 9 deletions platform/quarkus/pom.xml → apps/quarkus/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@

<parent>
<groupId>org.trellisldp</groupId>
<artifactId>trellis-parent</artifactId>
<artifactId>trellis-apps-parent</artifactId>
<version>0.20.0-SNAPSHOT</version>
<relativePath>../../parent</relativePath>
</parent>

<groupId>org.trellisldp</groupId>
Expand Down Expand Up @@ -198,13 +197,6 @@
<groupId>io.quarkus</groupId>
<artifactId>quarkus-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
Expand Down
File renamed without changes.
27 changes: 0 additions & 27 deletions auth/pom.xml

This file was deleted.

38 changes: 0 additions & 38 deletions components/pom.xml

This file was deleted.

29 changes: 0 additions & 29 deletions core/pom.xml

This file was deleted.

28 changes: 0 additions & 28 deletions notifications/pom.xml

This file was deleted.

29 changes: 24 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,29 @@
<packaging>pom</packaging>

<modules>
<module>auth</module>
<module>core</module>
<module>components</module>
<module>notifications</module>
<module>platform</module>
<module>trellis-api</module>
<module>trellis-app</module>
<module>trellis-audit</module>
<module>trellis-bom</module>
<module>trellis-cache</module>
<module>trellis-cdi</module>
<module>trellis-common</module>
<module>trellis-constraint</module>
<module>trellis-file</module>
<module>trellis-http</module>
<module>trellis-jdbc</module>
<module>trellis-jena</module>
<module>trellis-jwt</module>
<module>trellis-namespace</module>
<module>trellis-notification-jackson</module>
<module>trellis-notification-jsonb</module>
<module>trellis-rdfa</module>
<module>trellis-reactive</module>
<module>trellis-test</module>
<module>trellis-triplestore</module>
<module>trellis-vocabulary</module>
<module>trellis-webac</module>
<module>trellis-webdav</module>
<module>apps</module>
</modules>
</project>
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion core/api/pom.xml → trellis-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>org.trellisldp</groupId>
<artifactId>trellis-parent</artifactId>
<version>0.20.0-SNAPSHOT</version>
<relativePath>../../parent</relativePath>
<relativePath>../trellis-parent</relativePath>
</parent>

<groupId>org.trellisldp</groupId>
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion components/app/pom.xml → trellis-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>org.trellisldp</groupId>
<artifactId>trellis-parent</artifactId>
<version>0.20.0-SNAPSHOT</version>
<relativePath>../../parent</relativePath>
<relativePath>../trellis-parent</relativePath>
</parent>

<groupId>org.trellisldp</groupId>
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion components/audit/pom.xml → trellis-audit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>org.trellisldp</groupId>
<artifactId>trellis-parent</artifactId>
<version>0.20.0-SNAPSHOT</version>
<relativePath>../../parent</relativePath>
<relativePath>../trellis-parent</relativePath>
</parent>

<groupId>org.trellisldp</groupId>
Expand Down
2 changes: 1 addition & 1 deletion platform/bom/pom.xml → trellis-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>org.trellisldp</groupId>
<artifactId>trellis-parent</artifactId>
<version>0.20.0-SNAPSHOT</version>
<relativePath>../../parent</relativePath>
<relativePath>../trellis-parent</relativePath>
</parent>

<groupId>org.trellisldp</groupId>
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion components/cache/pom.xml → trellis-cache/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>org.trellisldp</groupId>
<artifactId>trellis-parent</artifactId>
<version>0.20.0-SNAPSHOT</version>
<relativePath>../../parent</relativePath>
<relativePath>../trellis-parent</relativePath>
</parent>

<groupId>org.trellisldp</groupId>
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion components/cdi/pom.xml → trellis-cdi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>org.trellisldp</groupId>
<artifactId>trellis-parent</artifactId>
<version>0.20.0-SNAPSHOT</version>
<relativePath>../../parent</relativePath>
<relativePath>../trellis-parent</relativePath>
</parent>

<groupId>org.trellisldp</groupId>
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion core/common/pom.xml → trellis-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>org.trellisldp</groupId>
<artifactId>trellis-parent</artifactId>
<version>0.20.0-SNAPSHOT</version>
<relativePath>../../parent</relativePath>
<relativePath>../trellis-parent</relativePath>
</parent>

<groupId>org.trellisldp</groupId>
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>org.trellisldp</groupId>
<artifactId>trellis-parent</artifactId>
<version>0.20.0-SNAPSHOT</version>
<relativePath>../../parent</relativePath>
<relativePath>../trellis-parent</relativePath>
</parent>

<groupId>org.trellisldp</groupId>
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion components/file/pom.xml → trellis-file/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>org.trellisldp</groupId>
<artifactId>trellis-parent</artifactId>
<version>0.20.0-SNAPSHOT</version>
<relativePath>../../parent</relativePath>
<relativePath>../trellis-parent</relativePath>
</parent>

<groupId>org.trellisldp</groupId>
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion core/http/pom.xml → trellis-http/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>org.trellisldp</groupId>
<artifactId>trellis-parent</artifactId>
<version>0.20.0-SNAPSHOT</version>
<relativePath>../../parent</relativePath>
<relativePath>../trellis-parent</relativePath>
</parent>

<groupId>org.trellisldp</groupId>
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion components/jdbc/pom.xml → trellis-jdbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>org.trellisldp</groupId>
<artifactId>trellis-parent</artifactId>
<version>0.20.0-SNAPSHOT</version>
<relativePath>../../parent</relativePath>
<relativePath>../trellis-parent</relativePath>
</parent>

<groupId>org.trellisldp</groupId>
Expand Down
File renamed without changes.
Loading

0 comments on commit 7869c28

Please sign in to comment.