Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated the shade configuration, so it creates jars that can be used for #481

Merged
merged 9 commits into from
Mar 9, 2019
Prev Previous commit
Next Next commit
Try without the includes, it should work when core is provided.
  • Loading branch information
hallvard committed Mar 8, 2019
commit 7613986b347c615ffd805dba17cb1c1d0e777da7
14 changes: 1 addition & 13 deletions smile/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,25 +50,13 @@
<artifactId>maven-compiler-plugin</artifactId>
</plugin>

<plugin>
<plugin>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

added an extra space

<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.1.0</version>
<configuration>
<shadedArtifactAttached>true</shadedArtifactAttached>
<shadedClassifierName>shaded</shadedClassifierName>
<artifactSet>
<includes>
<include>tech.tablesaw:tablesaw-smile</include>
<include>com.github.haifengl:smile-data</include>
<include>com.github.haifengl:smile-math</include>
<include>org.apache.commons:commons-text</include>
<include>org.apache.commons:commons-lang3</include>
<!-- included in core
<include>org.slf4j:slf4j-api</include>
-->
</includes>
</artifactSet>
</configuration>
<executions>
<execution>
Expand Down