Skip to content

Commit

Permalink
Merge pull request #65 from cognitree/release-3.0.0
Browse files Browse the repository at this point in the history
sources plugin added to parent pom
  • Loading branch information
Srinathc authored Nov 15, 2019
2 parents 2cabf3d + 9fb5b7d commit 2a201c5
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
14 changes: 0 additions & 14 deletions app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
<properties>
<jetty.version>9.4.18.v20190429</jetty.version>
<commons-cli.version>1.4</commons-cli.version>
<maven-source-plugin>3.2.0</maven-source-plugin>
</properties>

<dependencies>
Expand Down Expand Up @@ -125,19 +124,6 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>${maven-source-plugin}</version>
<executions>
<execution>
<id>attach-sources</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>

Expand Down
14 changes: 14 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
<jackson.version>2.9.9</jackson.version>
<junit.version>4.12</junit.version>
<log4j2.version>2.11.1</log4j2.version>
<maven-source-plugin>3.2.0</maven-source-plugin>
</properties>

<dependencies>
Expand Down Expand Up @@ -91,6 +92,19 @@
<target>${maven.compiler.target}</target>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>${maven-source-plugin}</version>
<executions>
<execution>
<id>attach-sources</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>

Expand Down

0 comments on commit 2a201c5

Please sign in to comment.