Skip to content

Commit 6f5e2ce

Browse files
#1452 changed dynamic groupId in master-pom.xml to fixed (#1498)
* #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]>
1 parent 4afee77 commit 6f5e2ce

File tree

417 files changed

+2382
-191
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

417 files changed

+2382
-191
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
3+
<modelVersion>4.0.0</modelVersion>
4+
<artifactId>crud-angular-client-app</artifactId>
5+
<name>CRUD Angular Client App template</name>
6+
7+
<parent>
8+
<groupId>com.devonfw.cobigen.templates</groupId>
9+
<artifactId>templates-parent</artifactId>
10+
<version>${revision}</version>
11+
</parent>
12+
13+
</project>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
3+
<modelVersion>4.0.0</modelVersion>
4+
<artifactId>crud-ionic-client-app</artifactId>
5+
<name>CRUD Ionic Client App template</name>
6+
7+
<parent>
8+
<groupId>com.devonfw.cobigen.templates</groupId>
9+
<artifactId>templates-parent</artifactId>
10+
<version>${revision}</version>
11+
</parent>
12+
13+
</project>
+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
3+
<modelVersion>4.0.0</modelVersion>
4+
<artifactId>crud-java-ea-uml</artifactId>
5+
<name>CRUD Java EA UML template</name>
6+
7+
<parent>
8+
<groupId>com.devonfw.cobigen.templates</groupId>
9+
<artifactId>templates-parent</artifactId>
10+
<version>${revision}</version>
11+
</parent>
12+
13+
</project>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
3+
<modelVersion>4.0.0</modelVersion>
4+
<artifactId>crud-java-server-app-complex</artifactId>
5+
<name>CRUD Java Server App Complex template</name>
6+
7+
<parent>
8+
<groupId>com.devonfw.cobigen.templates</groupId>
9+
<artifactId>templates-parent</artifactId>
10+
<version>${revision}</version>
11+
</parent>
12+
13+
</project>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
3+
<modelVersion>4.0.0</modelVersion>
4+
<artifactId>crud-java-server-app</artifactId>
5+
<name>CRUD Java Server App template</name>
6+
7+
<parent>
8+
<groupId>com.devonfw.cobigen.templates</groupId>
9+
<artifactId>templates-parent</artifactId>
10+
<version>${revision}</version>
11+
</parent>
12+
13+
</project>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
3+
<modelVersion>4.0.0</modelVersion>
4+
<artifactId>crud-ngrx-client-app</artifactId>
5+
<name>CRUD NGRX Client App template</name>
6+
7+
<parent>
8+
<groupId>com.devonfw.cobigen.templates</groupId>
9+
<artifactId>templates-parent</artifactId>
10+
<version>${revision}</version>
11+
</parent>
12+
13+
</project>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
3+
<modelVersion>4.0.0</modelVersion>
4+
<artifactId>crud-openapi-angular-client-app</artifactId>
5+
<name>CRUD OpenApi Angular Client App template</name>
6+
7+
<parent>
8+
<groupId>com.devonfw.cobigen.templates</groupId>
9+
<artifactId>templates-parent</artifactId>
10+
<version>${revision}</version>
11+
</parent>
12+
13+
</project>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
3+
<modelVersion>4.0.0</modelVersion>
4+
<artifactId>crud-openapi-angular-service-based-app</artifactId>
5+
<name>CRUD OpenAPI Angular Service Based App template</name>
6+
7+
<parent>
8+
<groupId>com.devonfw.cobigen.templates</groupId>
9+
<artifactId>templates-parent</artifactId>
10+
<version>${revision}</version>
11+
</parent>
12+
13+
</project>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
3+
<modelVersion>4.0.0</modelVersion>
4+
<artifactId>crud-openapi-ionic-client-app</artifactId>
5+
<name>CRUD OpenAPI Ionic Client App template</name>
6+
7+
<parent>
8+
<groupId>com.devonfw.cobigen.templates</groupId>
9+
<artifactId>templates-parent</artifactId>
10+
<version>${revision}</version>
11+
</parent>
12+
13+
</project>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
3+
<modelVersion>4.0.0</modelVersion>
4+
<artifactId>crud-openapi-java-server-app</artifactId>
5+
<name>CRUD OpenAPI Java Server App template</name>
6+
7+
<parent>
8+
<groupId>com.devonfw.cobigen.templates</groupId>
9+
<artifactId>templates-parent</artifactId>
10+
<version>${revision}</version>
11+
</parent>
12+
13+
</project>
+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
3+
<modelVersion>4.0.0</modelVersion>
4+
<artifactId>crud-openapi-net</artifactId>
5+
<name>CRUD OpenAPI Net template</name>
6+
7+
<parent>
8+
<groupId>com.devonfw.cobigen.templates</groupId>
9+
<artifactId>templates-parent</artifactId>
10+
<version>${revision}</version>
11+
</parent>
12+
13+
</project>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
3+
<modelVersion>4.0.0</modelVersion>
4+
<artifactId>crud-typescript-angular-client-app</artifactId>
5+
<name>CRUD TypeScript Angular Client App template</name>
6+
7+
<parent>
8+
<groupId>com.devonfw.cobigen.templates</groupId>
9+
<artifactId>templates-parent</artifactId>
10+
<version>${revision}</version>
11+
</parent>
12+
13+
</project>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
3+
<modelVersion>4.0.0</modelVersion>
4+
<artifactId>kafka-documentation</artifactId>
5+
<name>Kafka Documentation template</name>
6+
7+
<parent>
8+
<groupId>com.devonfw.cobigen.templates</groupId>
9+
<artifactId>templates-parent</artifactId>
10+
<version>${revision}</version>
11+
</parent>
12+
13+
</project>

0 commit comments

Comments
 (0)