1 <?xml version="1.0" encoding="UTF-8"?>
2 <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">
3 <modelVersion>4.0.0</modelVersion>
4 <groupId>cewolf</groupId>
5 <artifactId>cewolf</artifactId>
6 <packaging>jar</packaging>
9 <url>http://cewolf.sourceforge.net</url>
12 <description>Cewolf is a tag library for JfreeChart.
13 JFreeChart is a class library, written in Java, for generating charts.
14 Utilising the Java2D APIs, it currently supports bar charts, pie charts,
15 line charts, XY-plots and time series plots.</description>
18 <url>http://cvs.sourceforge.net/viewcvs.py/cewolf/</url>
19 <connection>scm:cvs:pserver:anonymous@cvs.sourceforge.net:/cvsroot/cewolf/cewolf</connection>
25 <artifactId>maven-assembly-plugin</artifactId>
26 <version>2.0-beta-1</version>
29 <descriptor>src/main/assembly/assembly.xml</descriptor>
30 <finalName>${pom.artifactId}-${pom.version}</finalName>
31 <outputDirectory>target</outputDirectory>
32 <workDirectory>target/assembly/work</workDirectory>
37 <artifactId>maven-javadoc-plugin</artifactId>
40 <phase>package</phase>
51 <groupId>batik</groupId>
52 <artifactId>batik-dom</artifactId>
53 <version>1.6</version>
54 <scope>compile</scope>
57 <groupId>batik</groupId>
58 <artifactId>batik-awt-util</artifactId>
59 <version>1.6</version>
60 <scope>compile</scope>
63 <groupId>batik</groupId>
64 <artifactId>batik-svggen</artifactId>
65 <version>1.6</version>
66 <scope>compile</scope>
69 <groupId>batik</groupId>
70 <artifactId>batik-xml</artifactId>
71 <version>1.6</version>
72 <scope>compile</scope>
75 <groupId>batik</groupId>
76 <artifactId>batik-util</artifactId>
77 <version>1.6</version>
78 <scope>compile</scope>
81 <groupId>commons-logging</groupId>
82 <artifactId>commons-logging</artifactId>
83 <version>1.0.4</version>
84 <scope>compile</scope>
87 <groupId>crimson</groupId>
88 <artifactId>crimson</artifactId>
89 <version>1.1.3</version>
90 <scope>compile</scope>
93 <groupId>javax.servlet</groupId>
94 <artifactId>servlet-api</artifactId>
95 <version>2.3</version>
96 <scope>provided</scope>
100 <groupId>jfreechart</groupId>
101 <artifactId>jfreechart</artifactId>
102 <version>1.0.0</version>
103 <scope>compile</scope>
106 <groupId>jfree</groupId>
107 <artifactId>jcommon</artifactId>
108 <version>1.0.0</version>
109 <scope>compile</scope>