integrate in a single Maven call the compilation and installation of (#242)
Integrate in a single Maven call the compilation and installation of VIVO-Languages and Vitro-Languages in VIVO.
This commit is contained in:
parent
631986a2d5
commit
e3027841aa
2 changed files with 35 additions and 20 deletions
|
@ -1,5 +1,6 @@
|
|||
<settings xmlns="http://maven.apache.org/SETTINGS/1.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.1.0 http://maven.apache.org/xsd/settings-1.1.0.xsd">
|
||||
<settings xmlns="http://maven.apache.org/SETTINGS/1.1.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.1.0 http://maven.apache.org/xsd/settings-1.1.0.xsd">
|
||||
|
||||
<profiles>
|
||||
<profile>
|
||||
|
@ -17,5 +18,10 @@
|
|||
|
||||
<activeProfiles>
|
||||
<activeProfile>defaults</activeProfile>
|
||||
<!-- <activeProfile>i18n</activeProfile> -->
|
||||
<!-- Replace the "defaults" activeProfile with "i18n" to include
|
||||
the Vitro-languages and VIVO-Languages repos in the Maven compilation and
|
||||
installation process -->
|
||||
|
||||
</activeProfiles>
|
||||
</settings>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue