Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
sarah.grebing
ProofScriptParser
Commits
7ce02ad0
Commit
7ce02ad0
authored
May 19, 2017
by
Sarah Grebing
Browse files
pom update
parent
c9e35fde
Pipeline
#10603
failed with stage
in 54 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
pom.xml
View file @
7ce02ad0
...
...
@@ -97,43 +97,46 @@
<visitor>
true
</visitor>
</configuration>
</plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-install-plugin
</artifactId>
<version>
2.
4
</version>
<version>
2.
5
</version>
<executions>
<execution>
<id>
install1
</id>
<phase>
package
</phase>
<phase>
initialize
</phase>
<goals>
<goal>
install-file
</goal>
</goals>
<configuration>
<file>
lib/key.core.jar
</file>
<groupId>
org.key-project
</groupId>
<artifactId>
key.core
</artifactId>
<version>
2.7
</version>
<packaging>
jar
</packaging>
<file>
${basedir}/lib/key.core.jar
</file>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-install-plugin
</artifactId>
<version>
2.5
</version>
<executions>
<execution>
<id>
install2
</id>
<phase>
package
</phase>
<phase>
initialize
</phase>
<goals>
<goal>
install-file
</goal>
</goals>
<configuration>
<file>
lib/recoderKey.jar
</file>
<groupId>
org.key-project
</groupId>
<artifactId>
recoderKey
</artifactId>
<version>
1.0.0
</version>
<packaging>
jar
</packaging>
<file>
${basedir}/lib/recoderKey.jar
</file>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
...
...
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