mirror of
https://github.com/moparisthebest/junidecode
synced 2025-01-06 11:18:00 -05:00
Added info about JUnidecode project.
git-svn-id: svn://svn.code.sf.net/p/junidecode/code/trunk@4 b90d0908-0dae-468f-8fb5-926cfc7ab88d
This commit is contained in:
parent
89af8990e2
commit
5b9a2c8255
32
pom.xml
32
pom.xml
@ -1,13 +1,41 @@
|
|||||||
|
|
||||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>net.sf</groupId>
|
<groupId>net.sf</groupId>
|
||||||
<artifactId>junidecode</artifactId>
|
<artifactId>junidecode</artifactId>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
<version>0.1</version>
|
<version>0.1</version>
|
||||||
<name>junidecode</name>
|
<name>junidecode</name>
|
||||||
|
<licenses>
|
||||||
|
<license>
|
||||||
|
<name>BSD License</name>
|
||||||
|
<url>http://www.debian.org/misc/bsd.license</url>
|
||||||
|
</license>
|
||||||
|
</licenses>
|
||||||
|
|
||||||
|
<developers>
|
||||||
|
<developer>
|
||||||
|
<name>Giuseppe Cardone</name>
|
||||||
|
<id>ippatsuman</id>
|
||||||
|
<email>ippatsuman@gmail.com</email>
|
||||||
|
<roles>
|
||||||
|
<role>admin</role>
|
||||||
|
<role>developer</role>
|
||||||
|
</roles>
|
||||||
|
<timezone>GMT+1</timezone>
|
||||||
|
</developer>
|
||||||
|
</developers>
|
||||||
|
|
||||||
<url>http://junidecode.sf.net</url>
|
<url>http://junidecode.sf.net</url>
|
||||||
|
|
||||||
|
<scm>
|
||||||
|
<connection>scm:svn:https://junidecode.svn.sourceforge.net/svnroot/junidecode/trunk</connection>
|
||||||
|
<developerConnection>scm:svn:https://junidecode.svn.sourceforge.net/svnroot/junidecode</developerConnection>
|
||||||
|
<url>http://junidecode.svn.sourceforge.net/viewvc/junidecode</url>
|
||||||
|
</scm>
|
||||||
|
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
</properties>
|
</properties>
|
||||||
@ -49,7 +77,7 @@
|
|||||||
</descriptorRefs>
|
</descriptorRefs>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
||||||
<plugin>
|
<plugin>
|
||||||
<artifactId>maven-antrun-plugin</artifactId>
|
<artifactId>maven-antrun-plugin</artifactId>
|
||||||
<executions>
|
<executions>
|
||||||
|
Loading…
Reference in New Issue
Block a user