Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bioinfo
ngs_tools
Commits
f50e1b10
Commit
f50e1b10
authored
Nov 23, 2016
by
Holger Brandl
Browse files
inc dependency versions
parent
ab4bad78
Changes
1
Hide whitespace changes
Inline
Side-by-side
pom.xml
View file @
f50e1b10
...
...
@@ -7,7 +7,7 @@
<version>
1.0-SNAPSHOT
</version>
<properties>
<kotlin.version>
1.0.5
</kotlin.version>
<kotlin.version>
1.0.5
-2
</kotlin.version>
</properties>
...
...
@@ -52,20 +52,48 @@
<executions>
<execution>
<id>
compile
</id>
<phase>
process-sources
</phase>
<phase>
compile
</phase>
<goals>
<goal>
compile
</goal>
</goals>
</execution>
<execution>
<id>
test-compile
</id>
<phase>
process-test-sources
</phase>
<phase>
test-compile
</phase>
<goals>
<goal>
test-compile
</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-compiler-plugin
</artifactId>
<executions>
<execution>
<id>
default-compile
</id>
<phase>
none
</phase>
</execution>
<execution>
<id>
default-testCompile
</id>
<phase>
none
</phase>
</execution>
<execution>
<id>
compile
</id>
<phase>
compile
</phase>
<goals>
<goal>
compile
</goal>
</goals>
</execution>
<execution>
<id>
testCompile
</id>
<phase>
test-compile
</phase>
<goals>
<goal>
testCompile
</goal>
</goals>
</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