Skip to content

Commit

Permalink
merged master, added javadoc generation
Browse files Browse the repository at this point in the history
  • Loading branch information
sseb committed Sep 18, 2018
2 parents fbe5229 + 26a0d6a commit 3dbe597
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 968 deletions.
18 changes: 12 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@
</dependency>

<dependency>
<groupId>org.apache.spark</groupId>
<artifactId>spark-mllib_${scala.major.version}</artifactId>
<version>2.2.2</version>
<groupId>org.scalanlp</groupId>
<artifactId>breeze_${scala.major.version}</artifactId>
<version>0.13.2</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -234,6 +234,12 @@
<goal>testCompile</goal>
</goals>
</execution>
<execution>
<id>attach-javadocs</id>
<goals>
<goal>doc-jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
Expand Down Expand Up @@ -276,7 +282,7 @@
</execution>
</executions>
</plugin>
<!--<plugin>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.3</version>
Expand All @@ -286,10 +292,10 @@
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
</configuration>
</plugin>-->
</plugin>
</plugins>
</build>
</profile>
</profiles>

</project>
</project>
Loading

0 comments on commit 3dbe597

Please sign in to comment.