Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Anthony ROZEN
Not Alone
Commits
ab3d3c5e
Commit
ab3d3c5e
authored
Nov 20, 2020
by
Anthony ROZEN
Browse files
ajout modification projet initial
parent
2bc49f49
Changes
1
Hide whitespace changes
Inline
Side-by-side
not-alone-web/pom.xml
View file @
ab3d3c5e
<?xml version="1.0" encoding="UTF-8"?>
<project
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xmlns=
"http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
xmlns=
"http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<parent>
<artifactId>
not-alone
</artifactId>
<groupId>
fr.univnantes.alma
</groupId>
...
...
@@ -21,7 +21,7 @@
<configuration>
<workingDirectory>
./
</workingDirectory>
<nodeVersion>
v14.11.0
</nodeVersion>
<npmVersion>
6.14.8
</npmVersion>
<npmVersion>
7.0.10
</npmVersion>
</configuration>
<executions>
<execution>
...
...
@@ -29,12 +29,17 @@
<goals>
<goal>
install-node-and-npm
</goal>
</goals>
<phase>
generate-resources
</phase>
</execution>
<execution>
<id>
npm install
</id>
<goals>
<goal>
npm
</goal>
</goals>
<configuration>
<arguments>
install
</arguments>
</configuration>
<phase>
generate-resources
</phase>
</execution>
<execution>
<id>
npm run build
</id>
...
...
@@ -46,11 +51,11 @@
</configuration>
</execution>
<execution>
<id>
code geneation
</id>
<phase>
generate-sources
</phase>
<goals>
<goal>
npm
</goal>
</goals>
<id>
code gene
r
ation
</id>
<phase>
compile
</phase>
<goals>
<goal>
npm
</goal>
</goals>
<configuration>
<arguments>
run codegen
</arguments>
</configuration>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment