Skip to content

Commit

Permalink
Merge pull request #1864 from TexasDigitalLibrary/pom_readme_realfix
Browse files Browse the repository at this point in the history
real fix for pom for proquest and README regarding maven version 3.9.2
  • Loading branch information
smutniak authored Aug 22, 2023
2 parents c0ee29f + 77d6a53 commit e89bdd2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ If you would like to help with testing or development, GitHub issues and pull re

## Building

Vireo build is done with [Maven](https://maven.apache.org/). The build is configured with [pom.xml](https://github.com/TexasDigitalLibrary/Vireo/blob/master/pom.xml) and [package.json](https://github.com/TexasDigitalLibrary/Vireo/blob/master/package.json). There are several command line arguments that can be used when packaging Vireo 4.
Vireo build is done with [Maven](https://maven.apache.org/). The most current maven compatible with vireo4 is 3.9.2. Maven 3.9.3 is not compatible with the AngularJS used by vireo4. The build is configured with [pom.xml](https://github.com/TexasDigitalLibrary/Vireo/blob/master/pom.xml) and [package.json](https://github.com/TexasDigitalLibrary/Vireo/blob/master/package.json). There are several command line arguments that can be used when packaging Vireo 4.

* ```-Dproduction``` will package production ready. **Required for Tomcat deployment or running as a jar**
* ```-DskipTests``` will skip tests.
Expand Down
6 changes: 0 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -104,12 +104,6 @@
<groupId>com.github.steveash.hnp</groupId>
<artifactId>human-name-parser</artifactId>
<version>0.1</version>
<exclusions>
<exclusion>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
Expand Down

0 comments on commit e89bdd2

Please sign in to comment.