Skip to content

Commit

Permalink
build: update pom.xml files (#661)
Browse files Browse the repository at this point in the history
* build: update pom.xml files

* build: work in progress

---------

Co-authored-by: khalilou88 <[email protected]>
  • Loading branch information
khalilou88 and khalilou88 authored Nov 30, 2023
1 parent b614866 commit 5d6e1c4
Show file tree
Hide file tree
Showing 17 changed files with 105 additions and 90 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,21 @@
<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>
<parent>
<groupId><%= parentGroupId %></groupId>
<artifactId><%= parentProjectName %></artifactId>
<version><%= parentProjectVersion %></version>
<relativePath><%= relativePath %></relativePath>
</parent>
<groupId><%= groupId %></groupId>
<artifactId><%= projectName %></artifactId>
<version><%= projectVersion %></version>
<% if(packaging === 'war') { -%>
<packaging>war</packaging>
<% } -%>
<name><%= projectName %></name>
<description>This project was generated with <%= plugin %></description>
<description>This project was generated with nx-maven</description>

<parent>
<groupId><%= parentGroupId %></groupId>
<artifactId><%= parentProjectName %></artifactId>
<version><%= parentProjectVersion %></version>
<relativePath><%= relativePath %></relativePath>
</parent>

<dependencies>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,21 @@
<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>
<parent>
<groupId><%= parentGroupId %></groupId>
<artifactId><%= parentProjectName %></artifactId>
<version><%= parentProjectVersion %></version>
<relativePath><%= relativePath %></relativePath>
</parent>
<groupId><%= groupId %></groupId>
<artifactId><%= projectName %></artifactId>
<version><%= projectVersion %></version>
<% if(packaging === 'war') { -%>
<packaging>war</packaging>
<% } -%>
<name><%= projectName %></name>
<description>This project was generated with <%= plugin %></description>
<description>This project was generated with nx-maven</description>

<parent>
<groupId><%= parentGroupId %></groupId>
<artifactId><%= parentProjectName %></artifactId>
<version><%= parentProjectVersion %></version>
<relativePath><%= relativePath %></relativePath>
</parent>

<dependencies>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,18 @@
<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>
<groupId><%= groupId %></groupId>
<artifactId><%= projectName %></artifactId>
<version><%= projectVersion %></version>
<name><%= projectName %></name>
<description>This project was generated with nx-maven</description>

<parent>
<groupId><%= parentGroupId %></groupId>
<artifactId><%= parentProjectName %></artifactId>
<version><%= parentProjectVersion %></version>
<relativePath><%= relativePath %></relativePath>
</parent>
<groupId><%= groupId %></groupId>
<artifactId><%= projectName %></artifactId>
<version><%= projectVersion %></version>
<name><%= projectName %></name>
<description>This project was generated with <%= plugin %></description>

<dependencies>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,18 @@
<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>
<groupId><%= groupId %></groupId>
<artifactId><%= projectName %></artifactId>
<version><%= projectVersion %></version>
<name><%= projectName %></name>
<description>This project was generated with nx-maven</description>

<parent>
<groupId><%= parentGroupId %></groupId>
<artifactId><%= parentProjectName %></artifactId>
<version><%= parentProjectVersion %></version>
<relativePath><%= relativePath %></relativePath>
<relativePath><%= relativePath %></relativePath>
</parent>
<groupId><%= groupId %></groupId>
<artifactId><%= projectName %></artifactId>
<version><%= projectVersion %></version>
<name><%= projectName %></name>
<description>This project was generated with <%= plugin %></description>

<dependencies>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<version><%= projectVersion %></version>
<packaging>${packaging}</packaging>
<name><%= projectName %></name>
<description>This project was generated with <%= plugin %></description>
<description>This project was generated with nx-maven</description>

<parent>
<groupId><%= parentGroupId %></groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<version><%= projectVersion %></version>
<packaging>${packaging}</packaging>
<name><%= projectName %></name>
<description>This project was generated with <%= plugin %></description>
<description>This project was generated with nx-maven</description>

<parent>
<groupId><%= parentGroupId %></groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,18 @@
<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>
<parent>
<groupId><%= groupId %></groupId>
<artifactId><%= projectName %></artifactId>
<version><%= projectVersion %></version>
<name><%= projectName %></name>
<description>This project was generated with nx-maven</description>

<parent>
<groupId><%= parentGroupId %></groupId>
<artifactId><%= parentProjectName %></artifactId>
<version><%= parentProjectVersion %></version>
<relativePath><%= relativePath %></relativePath>
</parent>
<groupId><%= groupId %></groupId>
<artifactId><%= projectName %></artifactId>
<version><%= projectVersion %></version>
<name><%= projectName %></name>
<description>This project was generated with <%= plugin %></description>

<dependencies>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,18 @@
<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>
<groupId><%= groupId %></groupId>
<artifactId><%= projectName %></artifactId>
<version><%= projectVersion %></version>
<name><%= projectName %></name>
<description>This project was generated with nx-maven</description>

<parent>
<groupId><%= parentGroupId %></groupId>
<artifactId><%= parentProjectName %></artifactId>
<version><%= parentProjectVersion %></version>
<relativePath><%= relativePath %></relativePath>
</parent>
<groupId><%= groupId %></groupId>
<artifactId><%= projectName %></artifactId>
<version><%= projectVersion %></version>
<name><%= projectName %></name>
<description>This project was generated with <%= plugin %></description>

<repositories>
<repository>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,18 @@
<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>
<parent>
<groupId><%= parentGroupId %></groupId>
<artifactId><%= parentProjectName %></artifactId>
<version><%= parentProjectVersion %></version>
<relativePath><%= relativePath %></relativePath>
</parent>
<groupId><%= groupId %></groupId>
<artifactId><%= projectName %></artifactId>
<version><%= projectVersion %></version>
<name><%= projectName %></name>
<description>This project was generated with <%= plugin %></description>
<description>This project was generated with nx-maven</description>

<parent>
<groupId><%= parentGroupId %></groupId>
<artifactId><%= parentProjectName %></artifactId>
<version><%= parentProjectVersion %></version>
<relativePath><%= relativePath %></relativePath>
</parent>

<properties>
<maven.compiler.source>${java.version}</maven.compiler.source>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,18 @@
<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>
<groupId><%= groupId %></groupId>
<artifactId><%= projectName %></artifactId>
<version><%= projectVersion %></version>
<name><%= projectName %></name>
<description>This project was generated with nx-maven</description>

<parent>
<groupId><%= parentGroupId %></groupId>
<artifactId><%= parentProjectName %></artifactId>
<version><%= parentProjectVersion %></version>
<relativePath><%= relativePath %></relativePath>
</parent>
<groupId><%= groupId %></groupId>
<artifactId><%= projectName %></artifactId>
<version><%= projectVersion %></version>
<name><%= projectName %></name>
<description>This project was generated with <%= plugin %></description>

<dependencies>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,18 @@
<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>
<parent>
<groupId><%= parentGroupId %></groupId>
<artifactId><%= parentProjectName %></artifactId>
<version><%= parentProjectVersion %></version>
<relativePath><%= relativePath %></relativePath>
</parent>
<groupId><%= groupId %></groupId>
<artifactId><%= projectName %></artifactId>
<version><%= projectVersion %></version>
<name><%= projectName %></name>
<description>This project was generated with <%= plugin %></description>
<description>This project was generated with nx-maven</description>

<parent>
<groupId><%= parentGroupId %></groupId>
<artifactId><%= parentProjectName %></artifactId>
<version><%= parentProjectVersion %></version>
<relativePath><%= relativePath %></relativePath>
</parent>

<properties>
<maven.compiler.source>${java.version}</maven.compiler.source>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,18 @@
<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>
<groupId><%= groupId %></groupId>
<artifactId><%= projectName %></artifactId>
<version><%= projectVersion %></version>
<name><%= projectName %></name>
<description>This project was generated with nx-maven</description>

<parent>
<groupId><%= parentGroupId %></groupId>
<artifactId><%= parentProjectName %></artifactId>
<version><%= parentProjectVersion %></version>
<relativePath><%= relativePath %></relativePath>
<relativePath><%= relativePath %></relativePath>
</parent>
<groupId><%= groupId %></groupId>
<artifactId><%= projectName %></artifactId>
<version><%= projectVersion %></version>
<name><%= projectName %></name>
<description>This project was generated with <%= plugin %></description>

<dependencies>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,18 @@
<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>
<parent>
<groupId><%= groupId %></groupId>
<artifactId><%= projectName %></artifactId>
<version><%= projectVersion %></version>
<name><%= projectName %></name>
<description>This project was generated with nx-maven</description>

<parent>
<groupId><%= parentGroupId %></groupId>
<artifactId><%= parentProjectName %></artifactId>
<version><%= parentProjectVersion %></version>
<relativePath><%= relativePath %></relativePath>
</parent>
<groupId><%= groupId %></groupId>
<artifactId><%= projectName %></artifactId>
<version><%= projectVersion %></version>
<name><%= projectName %></name>
<description>This project was generated with <%= plugin %></description>

<properties>
<skipITs>true</skipITs>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,18 @@
<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>
<groupId><%= groupId %></groupId>
<artifactId><%= projectName %></artifactId>
<version><%= projectVersion %></version>
<name><%= projectName %></name>
<description>This project was generated with nx-maven</description>

<parent>
<groupId><%= parentGroupId %></groupId>
<artifactId><%= parentProjectName %></artifactId>
<version><%= parentProjectVersion %></version>
<relativePath><%= relativePath %></relativePath>
</parent>
<groupId><%= groupId %></groupId>
<artifactId><%= projectName %></artifactId>
<version><%= projectVersion %></version>
<name><%= projectName %></name>
<description>This project was generated with <%= plugin %></description>

<properties>
<skipITs>true</skipITs>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,18 @@
<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>
<groupId><%= groupId %></groupId>
<artifactId><%= projectName %></artifactId>
<version><%= projectVersion %></version>
<name><%= projectName %></name>
<description>This project was generated with nx-maven</description>

<parent>
<groupId><%= parentGroupId %></groupId>
<artifactId><%= parentProjectName %></artifactId>
<version><%= parentProjectVersion %></version>
<relativePath><%= relativePath %></relativePath>
</parent>
<groupId><%= groupId %></groupId>
<artifactId><%= projectName %></artifactId>
<version><%= projectVersion %></version>
<name><%= projectName %></name>
<description>This project was generated with <%= plugin %></description>

<dependencies>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,18 @@
<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>
<groupId><%= groupId %></groupId>
<artifactId><%= projectName %></artifactId>
<version><%= projectVersion %></version>
<name><%= projectName %></name>
<description>This project was generated with nx-maven</description>

<parent>
<groupId><%= parentGroupId %></groupId>
<artifactId><%= parentProjectName %></artifactId>
<version><%= parentProjectVersion %></version>
<relativePath><%= relativePath %></relativePath>
</parent>
<groupId><%= groupId %></groupId>
<artifactId><%= projectName %></artifactId>
<version><%= projectVersion %></version>
<name><%= projectName %></name>
<description>This project was generated with <%= plugin %></description>

<dependencies>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,20 @@
<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>
<parent>
<groupId><%= parentGroupId %></groupId>
<artifactId><%= parentProjectName %></artifactId>
<version><%= parentProjectVersion %></version>
<relativePath><%= relativePath %></relativePath>
</parent>
<groupId><%= groupId %></groupId>
<artifactId><%= projectName %></artifactId>
<version><%= projectVersion %></version>
<packaging>pom</packaging>
<name><%= projectName %></name>
<description>This project was generated with nx-maven</description>

<parent>
<groupId><%= parentGroupId %></groupId>
<artifactId><%= parentProjectName %></artifactId>
<version><%= parentProjectVersion %></version>
<relativePath><%= relativePath %></relativePath>
</parent>

<% if(framework === 'spring-boot') { -%>
<properties>
<resource.delimiter>@</resource.delimiter>
Expand Down

0 comments on commit 5d6e1c4

Please sign in to comment.