Skip to content

Commit

Permalink
Hardcoded artifactId to prevent vagrant folder being used (closes #138)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderdean committed Jan 24, 2015
1 parent 321981b commit b919af2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ Java 0.7.0 (2015-01-24)
-----------------------
Consolidated Tracker Core module into Java Tracker, thanks @dstendardi! (#116)
Removed war packaging from Gradle build, thanks @dstendardi! (#117)
Hardcoded artifactId to prevent vagrant folder being used (#138)
Updated Emitter and Tracker tests to use WireMock, thanks @jonalmeida! (#40)
Added Java 6 and 8 to Travis build matrix (#132)
Removed deprecated add() methods from SchemaPayload (#72)
Expand Down
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ task sourceJar(type: Jar, dependsOn: 'generateSources') {
publishing {
publications {
mavenJava(MavenPublication) {
artifactId 'snowplow-java-tracker'
from components.java

artifact sourceJar {
Expand Down

0 comments on commit b919af2

Please sign in to comment.