Skip to content
Snippets Groups Projects
Commit b323a951 authored by Ryan Izard's avatar Ryan Izard
Browse files

Merge pull request #557 from oxisto/patch/maven-license

modified pom.xml to include LICENSE.txt, NOTICE.txt and README.md
parents 5a7c3405 7594a93b
No related branches found
No related tags found
No related merge requests found
...@@ -85,6 +85,16 @@ ...@@ -85,6 +85,16 @@
</plugin> </plugin>
</plugins> </plugins>
</pluginManagement> </pluginManagement>
<resources>
<resource>
<directory>${basedir}</directory>
<includes>
<include>LICENSE.txt</include>
<include>NOTICE.txt</include>
<include>README.md</include>
</includes>
</resource>
</resources>
</build> </build>
<dependencies> <dependencies>
<dependency> <dependency>
...@@ -106,7 +116,7 @@ ...@@ -106,7 +116,7 @@
<groupId>org.restlet.jse</groupId> <groupId>org.restlet.jse</groupId>
<artifactId>org.restlet</artifactId> <artifactId>org.restlet</artifactId>
<version>${lib-restlet-version}</version> <version>${lib-restlet-version}</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.restlet.jse</groupId> <groupId>org.restlet.jse</groupId>
<artifactId>org.restlet.ext.jackson</artifactId> <artifactId>org.restlet.ext.jackson</artifactId>
...@@ -126,7 +136,7 @@ ...@@ -126,7 +136,7 @@
<groupId>org.restlet.jse</groupId> <groupId>org.restlet.jse</groupId>
<artifactId>org.restlet.ext.jsslutils</artifactId> <artifactId>org.restlet.ext.jsslutils</artifactId>
<version>${lib-restlet-version}</version> <version>${lib-restlet-version}</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>args4j</groupId> <groupId>args4j</groupId>
<artifactId>args4j</artifactId> <artifactId>args4j</artifactId>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment