evolution
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.cedarsoft.serialization.samples</groupId>
<artifactId>evolution</artifactId>
<version>8.9.0</version>
</dependency><?xml version="1.0"?>
<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>
<parent>
<groupId>com.cedarsoft.serialization</groupId>
<artifactId>samples</artifactId>
<version>8.9.0</version>
</parent>
<groupId>com.cedarsoft.serialization.samples</groupId>
<artifactId>evolution</artifactId>
<version>8.9.0</version>
<name>serialization.Demo: Evolution</name>
<dependencies>
<dependency>
<groupId>com.cedarsoft</groupId>
<artifactId>serialization</artifactId>
</dependency>
<dependency>
<groupId>com.cedarsoft.serialization</groupId>
<artifactId>stax-mate</artifactId>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
</dependency>
<dependency>
<groupId>com.cedarsoft.commons</groupId>
<artifactId>xml-commons</artifactId>
</dependency>
<dependency>
<groupId>com.thoughtworks.xstream</groupId>
<artifactId>xstream</artifactId>
</dependency>
<dependency>
<groupId>com.cedarsoft.serialization</groupId>
<artifactId>test-utils</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.cedarsoft.commons</groupId>
<artifactId>test-utils</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<reporting>
<plugins>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<aggregate>true</aggregate>
<links>
<link>http://java.sun.com/j2se/6/docs/api/</link>
</links>
<show>private</show>
<author>true</author>
<doclet>org.umlgraph.doclet.UmlGraphDoc</doclet>
<docletArtifact>
<groupId>org.umlgraph</groupId>
<artifactId>doclet</artifactId>
<version>5.1</version>
</docletArtifact>
<additionalparam>-edgefontname Arial-bold
-nodefontname Arial
-nodefontsize 9
-nodefontabstractname Arial-italic
-nodefontclassname Arial-bold
-nodefontclassabstractname Arial-bold-italic
-nodefonttagsize 6
-nodefonttagname Arial-italic
-nodefontpackagesize 8
-views
-operations
-attributes
-types
-visibility
-enumerations
-enumconstants
-inferrel
-inferdep
-collpackages java.util.*
-qualify
-postfixpackage
-hide java.*
-outputencoding UTF-8</additionalparam>
<useStandardDocletOptions>true</useStandardDocletOptions>
</configuration>
</plugin>
</plugins>
</reporting>
</project>