Skip to content

Commit e89bdd2

Browse files
authored
Merge pull request #1864 from TexasDigitalLibrary/pom_readme_realfix
real fix for pom for proquest and README regarding maven version 3.9.2
2 parents c0ee29f + 77d6a53 commit e89bdd2

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ If you would like to help with testing or development, GitHub issues and pull re
1010

1111
## Building
1212

13-
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.
13+
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.
1414

1515
* ```-Dproduction``` will package production ready. **Required for Tomcat deployment or running as a jar**
1616
* ```-DskipTests``` will skip tests.

pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -104,12 +104,6 @@
104104
<groupId>com.github.steveash.hnp</groupId>
105105
<artifactId>human-name-parser</artifactId>
106106
<version>0.1</version>
107-
<exclusions>
108-
<exclusion>
109-
<groupId>commons-lang</groupId>
110-
<artifactId>commons-lang</artifactId>
111-
</exclusion>
112-
</exclusions>
113107
</dependency>
114108

115109
<dependency>

0 commit comments

Comments
 (0)