Skip to content
This repository has been archived by the owner on Feb 27, 2023. It is now read-only.

Commit

Permalink
first round of pom consolidation
Browse files Browse the repository at this point in the history
  • Loading branch information
zznate committed Dec 20, 2010
1 parent 5251778 commit bdce304
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 82 deletions.
83 changes: 1 addition & 82 deletions object-mapper/pom.xml
Expand Up @@ -3,95 +3,14 @@
<groupId>me.prettyprint</groupId>
<artifactId>hector-object-mapper</artifactId>
<packaging>jar</packaging>
<version>0.3.0</version>
<version>0.7.0-23</version>
<name>hector-object-mapper</name>
<parent>
<groupId>me.prettyprint</groupId>
<artifactId>hector</artifactId>
<version>1.0</version>
</parent>

<properties>
<username>${env.USER}</username>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
<project.reporting.outputEncoding>
UTF-8
</project.reporting.outputEncoding>
</properties>


<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.6</source>
<target>1.6</target>
</configuration>
</plugin>

<!-- create source jars just prior to repo install-->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<executions>
<execution>
<id>attach-sources</id>
<phase>verify</phase>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>

<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.3</version>
</plugin>
</plugins>
</build>

<reporting>
<plugins>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<links>
<link>
http://java.sun.com/javase/6/docs/api/
</link>
<link>
http://platform.real.com/mavencaps/hector-object-mapper/apidocs/
</link>
</links>
</configuration>
</plugin>

<plugin>
<artifactId>maven-surefire-report-plugin</artifactId>
</plugin>

<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>jxr-maven-plugin</artifactId>
</plugin>

<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>cobertura-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-changes-plugin</artifactId>
</plugin>

</plugins>
</reporting>

<dependencies>
<dependency>
<groupId>junit</groupId>
Expand Down
2 changes: 2 additions & 0 deletions pom.xml
Expand Up @@ -12,9 +12,11 @@
<properties>
<!-- The version follows Cassandra's major version changes, e.g. 0.5.1 goes with the 0.5.1 cassandra release-->
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<org.springframework.version>3.0.0.RELEASE</org.springframework.version>
<slf4j.version>1.5.11</slf4j.version>
<hector.version>0.7.0-23</hector.version>
<username>${env.USER}</username>
</properties>
<issueManagement>
<system>github</system>
Expand Down

0 comments on commit bdce304

Please sign in to comment.