Skip to content

Commit

Permalink
#1452 changed dynamic groupId in master-pom.xml to fixed (#1498)
Browse files Browse the repository at this point in the history
* #1452 changed dynamic groupId in master-pom.xml to fixed
separated all templates sets into deployables
moved util tests into templates-devon4j-utils plug-in
renamed devon4j-templates to devon4j-templates-tests

* Update  crud-java-server-app-complex/pom.xml

delete relative Path

* #1452 reformatted pom.xml codes

Co-authored-by: LarsReinken <[email protected]>
  • Loading branch information
jan-vcapgemini and LarsReinken authored Mar 10, 2022
1 parent 4afee77 commit 6f5e2ce
Show file tree
Hide file tree
Showing 417 changed files with 2,382 additions and 191 deletions.
13 changes: 13 additions & 0 deletions cobigen-templates/crud-angular-client-app/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>crud-angular-client-app</artifactId>
<name>CRUD Angular Client App template</name>

<parent>
<groupId>com.devonfw.cobigen.templates</groupId>
<artifactId>templates-parent</artifactId>
<version>${revision}</version>
</parent>

</project>
13 changes: 13 additions & 0 deletions cobigen-templates/crud-ionic-client-app/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>crud-ionic-client-app</artifactId>
<name>CRUD Ionic Client App template</name>

<parent>
<groupId>com.devonfw.cobigen.templates</groupId>
<artifactId>templates-parent</artifactId>
<version>${revision}</version>
</parent>

</project>
13 changes: 13 additions & 0 deletions cobigen-templates/crud-java-ea-uml/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>crud-java-ea-uml</artifactId>
<name>CRUD Java EA UML template</name>

<parent>
<groupId>com.devonfw.cobigen.templates</groupId>
<artifactId>templates-parent</artifactId>
<version>${revision}</version>
</parent>

</project>
13 changes: 13 additions & 0 deletions cobigen-templates/crud-java-server-app-complex/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>crud-java-server-app-complex</artifactId>
<name>CRUD Java Server App Complex template</name>

<parent>
<groupId>com.devonfw.cobigen.templates</groupId>
<artifactId>templates-parent</artifactId>
<version>${revision}</version>
</parent>

</project>
13 changes: 13 additions & 0 deletions cobigen-templates/crud-java-server-app/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>crud-java-server-app</artifactId>
<name>CRUD Java Server App template</name>

<parent>
<groupId>com.devonfw.cobigen.templates</groupId>
<artifactId>templates-parent</artifactId>
<version>${revision}</version>
</parent>

</project>
13 changes: 13 additions & 0 deletions cobigen-templates/crud-ngrx-client-app/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>crud-ngrx-client-app</artifactId>
<name>CRUD NGRX Client App template</name>

<parent>
<groupId>com.devonfw.cobigen.templates</groupId>
<artifactId>templates-parent</artifactId>
<version>${revision}</version>
</parent>

</project>
13 changes: 13 additions & 0 deletions cobigen-templates/crud-openapi-angular-client-app/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>crud-openapi-angular-client-app</artifactId>
<name>CRUD OpenApi Angular Client App template</name>

<parent>
<groupId>com.devonfw.cobigen.templates</groupId>
<artifactId>templates-parent</artifactId>
<version>${revision}</version>
</parent>

</project>
13 changes: 13 additions & 0 deletions cobigen-templates/crud-openapi-angular-service-based-app/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>crud-openapi-angular-service-based-app</artifactId>
<name>CRUD OpenAPI Angular Service Based App template</name>

<parent>
<groupId>com.devonfw.cobigen.templates</groupId>
<artifactId>templates-parent</artifactId>
<version>${revision}</version>
</parent>

</project>
13 changes: 13 additions & 0 deletions cobigen-templates/crud-openapi-ionic-client-app/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>crud-openapi-ionic-client-app</artifactId>
<name>CRUD OpenAPI Ionic Client App template</name>

<parent>
<groupId>com.devonfw.cobigen.templates</groupId>
<artifactId>templates-parent</artifactId>
<version>${revision}</version>
</parent>

</project>
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.
13 changes: 13 additions & 0 deletions cobigen-templates/crud-openapi-java-server-app/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>crud-openapi-java-server-app</artifactId>
<name>CRUD OpenAPI Java Server App template</name>

<parent>
<groupId>com.devonfw.cobigen.templates</groupId>
<artifactId>templates-parent</artifactId>
<version>${revision}</version>
</parent>

</project>
13 changes: 13 additions & 0 deletions cobigen-templates/crud-openapi-net/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>crud-openapi-net</artifactId>
<name>CRUD OpenAPI Net template</name>

<parent>
<groupId>com.devonfw.cobigen.templates</groupId>
<artifactId>templates-parent</artifactId>
<version>${revision}</version>
</parent>

</project>
13 changes: 13 additions & 0 deletions cobigen-templates/crud-typescript-angular-client-app/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>crud-typescript-angular-client-app</artifactId>
<name>CRUD TypeScript Angular Client App template</name>

<parent>
<groupId>com.devonfw.cobigen.templates</groupId>
<artifactId>templates-parent</artifactId>
<version>${revision}</version>
</parent>

</project>
13 changes: 13 additions & 0 deletions cobigen-templates/kafka-documentation/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>kafka-documentation</artifactId>
<name>Kafka Documentation template</name>

<parent>
<groupId>com.devonfw.cobigen.templates</groupId>
<artifactId>templates-parent</artifactId>
<version>${revision}</version>
</parent>

</project>
Loading

0 comments on commit 6f5e2ce

Please sign in to comment.