Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Mirrors
biopet.biopet
Commits
ac8326b8
Commit
ac8326b8
authored
Dec 01, 2014
by
Peter van 't Hof
Browse files
Exclude public License from protected package
parent
4a83920e
Changes
2
Hide whitespace changes
Inline
Side-by-side
protected/biopet-protected-package/pom.xml
View file @
ac8326b8
...
...
@@ -15,7 +15,12 @@
<inceptionYear>
2014
</inceptionYear>
<name>
BiopetProtectedPackage
</name>
<properties>
<sting.shade.phase>
package
</sting.shade.phase>
<app.main.class>
nl.lumc.sasc.biopet.core.BiopetExecutableProtected
</app.main.class>
</properties>
<dependencies>
<dependency>
<groupId>
nl.lumc.sasc
</groupId>
...
...
@@ -56,6 +61,12 @@
</transformer>
</transformers>
<filters>
<filter>
<artifact>
nl.lumc.sasc:BiopetFramework
</artifact>
<excludes>
<exclude>
nl/lumc/sasc/biopet/License.txt
</exclude>
</excludes>
</filter>
</filters>
</configuration>
<executions>
...
...
public/biopet-public-package/pom.xml
View file @
ac8326b8
...
...
@@ -22,7 +22,6 @@
<app.main.class>
nl.lumc.sasc.biopet.core.BiopetExecutablePublic
</app.main.class>
</properties>
<dependencies>
<dependency>
<groupId>
nl.lumc.sasc
</groupId>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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