Fixing the build (#63)
we are installing artifacts twice. With Maven and Gradle then. We need to change that. fixes #62
This commit is contained in:
committed by
GitHub
parent
317a25b589
commit
012eac8f3c
@@ -93,12 +93,6 @@
|
||||
<fileset>
|
||||
<directory>target</directory>
|
||||
</fileset>
|
||||
<fileset>
|
||||
<directory>${env.HOME}/.m2/repository/com/example/</directory>
|
||||
<includes>
|
||||
<include>**/*</include>
|
||||
</includes>
|
||||
</fileset>
|
||||
</filesets>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
||||
Reference in New Issue
Block a user