server_extensions_test/libs folder structure modified so that it can be used as local maven repository

This commit is contained in:
Juha Kovanen 2016-06-28 02:38:17 +03:00
parent a52d16019b
commit fb8bfee73e
3 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>net.sf.jopt-simple</groupId>
<artifactId>jopt-simple</artifactId>
<version>4.9-BATM</version>
<description>POM was created from install:install-file</description>
</project>

View File

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<metadata>
<groupId>net.sf.jopt-simple</groupId>
<artifactId>jopt-simple</artifactId>
<versioning>
<release>4.9-BATM</release>
<versions>
<version>4.9-BATM</version>
</versions>
<lastUpdated>20160627233730</lastUpdated>
</versioning>
</metadata>