Skip to content

Commit

Permalink
Formatted pom.xml and added right credits
Browse files Browse the repository at this point in the history
  • Loading branch information
Paulo Miguel Almeida committed Jul 1, 2014
1 parent 8445704 commit 58d77ad
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 6 deletions.
20 changes: 16 additions & 4 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,24 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>core</artifactId>
<description>
identicon is a visual representation of a hash value, usually of an IP address, that serves to identify a user of a computer system as a form of avatar while protecting the users' privacy.
This is the core package and can be implemented on a standalone application as well as web application.
</description>
<developers>
<developer>
<name>Don Park</name>
<email>donpark@docuverse.com</email>
</developer>
</developers>
<contributors>
<contributor>
<name>Paulo Miguel Almeida Rodenas</name>
<email>paulo.ubuntu@gmail.com</email>
</contributor>
</contributors>

<dependencies>

<dependency>
<groupId>org.cache2k</groupId>
<artifactId>cache2k-api</artifactId>
Expand All @@ -24,9 +39,6 @@
<version>0.19.1</version>
<scope>runtime</scope>
</dependency>



</dependencies>


Expand Down
23 changes: 21 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,32 @@
</modules>
<packaging>pom</packaging>

<name>identicon</name>
<description>
identicon is a visual representation of a hash value, usually of an IP address, that serves to identify a user of a computer system as a form of avatar while protecting the users' privacy.
</description>
<developers>
<developer>
<name>Don Park</name>
<email>donpark@docuverse.com</email>
</developer>
</developers>
<contributors>
<contributor>
<name>Paulo Miguel Almeida Rodenas</name>
<email>paulo.ubuntu@gmail.com</email>
</contributor>
</contributors>


<properties>
<configuration.source>1.6</configuration.source>
<configuration.target>1.6</configuration.target>
<configuration.source>1.7</configuration.source>
<configuration.target>1.7</configuration.target>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>


<build>
<plugins>
<plugin>
Expand Down
16 changes: 16 additions & 0 deletions webappexample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,22 @@

<artifactId>webappexample</artifactId>
<packaging>war</packaging>
<description>
identicon is a visual representation of a hash value, usually of an IP address, that serves to identify a user of a computer system as a form of avatar while protecting the users' privacy.
This is a web application implementing core module using a Servlet with example purposes only.
</description>
<developers>
<developer>
<name>Don Park</name>
<email>donpark@docuverse.com</email>
</developer>
</developers>
<contributors>
<contributor>
<name>Paulo Miguel Almeida Rodenas</name>
<email>paulo.ubuntu@gmail.com</email>
</contributor>
</contributors>

<dependencies>

Expand Down

0 comments on commit 58d77ad

Please sign in to comment.