Skip to content

Commit

Permalink
JAVACLIENT-212: Use nuxeo-parent version instead of nuxeo-ecm
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinleturc committed Jul 17, 2024
1 parent 63579f9 commit e379aad
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
3 changes: 2 additions & 1 deletion nuxeo-java-client-test/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ mvn clean install
You can specify the Nuxeo Server version you want to test the client against:

```bash
mvn clean install -Dnuxeo.server.tomcat.version=2021.1.19
mvn clean install -Dnuxeo.parent.version=2021.1
mvn clean install -Dnuxeo.parent.version=2021.1.19
```

You can run a Nuxeo with the configuration defined in the pom with (in order to run tests from your IDE):
Expand Down
7 changes: 3 additions & 4 deletions nuxeo-java-client-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -133,16 +133,16 @@
</property>
</activation>
<properties>
<nuxeo.server.tomcat.version>2021.1.19</nuxeo.server.tomcat.version>
<nuxeo.parent.version>2021.1.19</nuxeo.parent.version>
</properties>
<!-- import nuxeo-ecm parent pom otherwise we will an error about an unknown dependency: -->
<!-- The POM for net.openhft:chronicle-core:jar:2.20.7-SNAPSHOT is missing, no dependency information available -->
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.nuxeo</groupId>
<artifactId>nuxeo-ecm</artifactId>
<version>${nuxeo.server.tomcat.version}</version>
<artifactId>nuxeo-parent</artifactId>
<version>${nuxeo.parent.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand All @@ -152,7 +152,6 @@
<dependency>
<groupId>org.nuxeo.ecm.distribution</groupId>
<artifactId>nuxeo-server-tomcat</artifactId>
<version>${nuxeo.server.tomcat.version}</version>
<type>zip</type>
<scope>runtime</scope>
</dependency>
Expand Down

0 comments on commit e379aad

Please sign in to comment.