Skip to content

Commit

Permalink
Update README and switch to tomee for cargo plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
René Meier committed Jan 28, 2022
1 parent 927e6b1 commit f1beb5e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
3 changes: 1 addition & 2 deletions MetFragWeb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@
<version>1.9.8</version>
<configuration>
<container>
<containerId>tomcat9x</containerId>
<type>embedded</type>
<containerId>tomee8x</containerId>
</container>
<deployables>
<deployable>
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,14 +147,14 @@ LocalPubChemDatabaseCompoundNameColumn = ...

##### Build and Run
```bash
mvn clean install -pl MetFragLib
mvn clean install org.codehaus.cargo:cargo-maven3-plugin:run -pl MetFragWeb
mvn clean install -pl MetFragWeb -am
mvn org.codehaus.cargo:cargo-maven3-plugin:run -pl MetFragWeb
```

- skipping test during build by<br>
```bash
mvn clean install -pl MetFragWeb -DskipTests
mvn clean install org.codehaus.cargo:cargo-maven3-plugin:run -pl MetFragWeb
mvn clean install -pl MetFragWeb -am -DskipTests
mvn org.codehaus.cargo:cargo-maven3-plugin:run -pl MetFragWeb
```

- after the successful build Tomcat web server runs on port 8080<br>
Expand Down

0 comments on commit f1beb5e

Please sign in to comment.