Mavení problémy
authorFrantišek Kučera <franta-hg@frantovo.cz>
Sat Feb 28 21:36:28 2009 +0100 (2009-02-28)
changeset 268cc9b54a153
parent 1 639991d0808a
child 3 a74502ffcffa
Mavení problémy
java/cewolf-1.0/pom.xml
     1.1 --- a/java/cewolf-1.0/pom.xml	Sat Feb 28 21:31:02 2009 +0100
     1.2 +++ b/java/cewolf-1.0/pom.xml	Sat Feb 28 21:36:28 2009 +0100
     1.3 @@ -1,128 +1,119 @@
     1.4 -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     1.5 -  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     1.6 -  <modelVersion>4.0.0</modelVersion>
     1.7 -  <groupId>cewolf</groupId>
     1.8 -  <artifactId>cewolf</artifactId>
     1.9 -  <packaging>jar</packaging>
    1.10 -  <version>1.0</version>
    1.11 -  <name>Cewolf</name>
    1.12 -  <url>http://cewolf.sourceforge.net</url>
    1.13 -
    1.14 -
    1.15 -  <description>
    1.16 -	Cewolf is a tag library for JfreeChart.
    1.17 -    JFreeChart is a class library, written in Java, for generating charts.
    1.18 -    Utilising the Java2D APIs, it currently supports bar charts, pie charts,
    1.19 -    line charts, XY-plots and time series plots.
    1.20 -  </description>
    1.21 -
    1.22 -    <scm>
    1.23 -    <url>http://cvs.sourceforge.net/viewcvs.py/cewolf/</url>
    1.24 -     <connection>
    1.25 -      scm:cvs:pserver:anonymous@cvs.sourceforge.net:/cvsroot/cewolf/cewolf
    1.26 -    </connection> 
    1.27 -</scm>
    1.28 -
    1.29 -<build>
    1.30 -<plugins>
    1.31 -            <plugin>
    1.32 -                 <artifactId>maven-assembly-plugin</artifactId>
    1.33 -                 <version>2.0-beta-1</version>
    1.34 -
    1.35 -                 <configuration>
    1.36 -                   <descriptor>src/main/assembly/assembly.xml</descriptor>
    1.37 -                   <finalName>${pom.artifactId}-${pom.version}</finalName>
    1.38 -                   <outputDirectory>target</outputDirectory>
    1.39 -                   <workDirectory>target/assembly/work</workDirectory>
    1.40 -                 </configuration>
    1.41 -
    1.42 -            </plugin>
    1.43 -<plugin>
    1.44 -   <artifactId>maven-javadoc-plugin</artifactId>
    1.45 -   <executions>
    1.46 -     <execution>
    1.47 -       <phase>package</phase>
    1.48 -  <goals>
    1.49 -       <goal>javadoc</goal>
    1.50 -  </goals>
    1.51 -     </execution>
    1.52 -   </executions>
    1.53 - </plugin>
    1.54 -</plugins>
    1.55 -</build>
    1.56 -<dependencies>
    1.57 -    <dependency>
    1.58 -      <groupId>batik</groupId>
    1.59 -      <artifactId>batik-dom</artifactId>
    1.60 -      <version>1.6</version>
    1.61 -  <scope>compile</scope>
    1.62 -    </dependency>
    1.63 -    <dependency>
    1.64 -      <groupId>batik</groupId>
    1.65 -      <artifactId>batik-awt-util</artifactId>
    1.66 -      <version>1.6</version>
    1.67 -  <scope>compile</scope>
    1.68 -    </dependency>
    1.69 -    <dependency>
    1.70 -      <groupId>batik</groupId>
    1.71 -      <artifactId>batik-svggen</artifactId>
    1.72 -      <version>1.6</version>
    1.73 -  <scope>compile</scope>
    1.74 -    </dependency>
    1.75 -    <dependency>
    1.76 -      <groupId>batik</groupId>
    1.77 -      <artifactId>batik-xml</artifactId>
    1.78 -      <version>1.6</version>
    1.79 -  <scope>compile</scope>
    1.80 -    </dependency>
    1.81 -    <dependency>
    1.82 -      <groupId>batik</groupId>
    1.83 -      <artifactId>batik-util</artifactId>
    1.84 -      <version>1.6</version>
    1.85 -  <scope>compile</scope>
    1.86 -    </dependency>
    1.87 -    <dependency>
    1.88 -      <groupId>commons-logging</groupId>
    1.89 -      <artifactId>commons-logging</artifactId>
    1.90 -      <version>1.0.4</version>
    1.91 -  <scope>compile</scope>
    1.92 -    </dependency>
    1.93 -<dependency>
    1.94 -      <groupId>log4j</groupId>
    1.95 -      <artifactId>log4j</artifactId>
    1.96 -      <version>1.2.12</version>
    1.97 -  <scope>compile</scope>
    1.98 -    </dependency>
    1.99 -<dependency>
   1.100 -      <groupId>crimson</groupId>
   1.101 -      <artifactId>crimson</artifactId>
   1.102 -      <version>1.1.3</version>
   1.103 -  <scope>compile</scope>
   1.104 -    </dependency>
   1.105 -
   1.106 -  <dependency>
   1.107 -      <groupId>javax.servlet</groupId>
   1.108 -      <artifactId>servlet-api</artifactId>
   1.109 -      <version>2.3</version>
   1.110 -  <scope>provided</scope>
   1.111 -    </dependency>
   1.112 -<dependency>
   1.113 -      <groupId>jfreechart</groupId>
   1.114 -      <artifactId>jfreechart</artifactId>
   1.115 -      <version>1.0.0</version>
   1.116 -  <scope>compile</scope>
   1.117 -    </dependency>
   1.118 -    <dependency>
   1.119 -      <groupId>jfree</groupId>
   1.120 -      <artifactId>jcommon</artifactId>
   1.121 -      <version>1.0.0</version>
   1.122 -  <scope>compile</scope>
   1.123 -    </dependency>
   1.124 -  <dependency>
   1.125 -      <groupId>gnujaxp</groupId>
   1.126 -      <artifactId>gnujaxp</artifactId>
   1.127 -      <version>1.0.0</version>
   1.128 -  <scope>compile</scope>
   1.129 -    </dependency>
   1.130 -</dependencies>
   1.131 -</project>
   1.132 +<?xml version="1.0" encoding="UTF-8"?>
   1.133 +<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">
   1.134 +  <modelVersion>4.0.0</modelVersion>
   1.135 +  <groupId>cewolf</groupId>
   1.136 +  <artifactId>cewolf</artifactId>
   1.137 +  <packaging>jar</packaging>
   1.138 +  <version>1.0</version>
   1.139 +  <name>Cewolf</name>
   1.140 +  <url>http://cewolf.sourceforge.net</url>
   1.141 +
   1.142 +
   1.143 +  <description>Cewolf is a tag library for JfreeChart.
   1.144 +    JFreeChart is a class library, written in Java, for generating charts.
   1.145 +    Utilising the Java2D APIs, it currently supports bar charts, pie charts,
   1.146 +    line charts, XY-plots and time series plots.</description>
   1.147 +
   1.148 +    <scm>
   1.149 +    <url>http://cvs.sourceforge.net/viewcvs.py/cewolf/</url>
   1.150 +     <connection>scm:cvs:pserver:anonymous@cvs.sourceforge.net:/cvsroot/cewolf/cewolf</connection> 
   1.151 +</scm>
   1.152 +
   1.153 +<build>
   1.154 +<plugins>
   1.155 +            <plugin>
   1.156 +                 <artifactId>maven-assembly-plugin</artifactId>
   1.157 +                 <version>2.0-beta-1</version>
   1.158 +
   1.159 +                 <configuration>
   1.160 +                   <descriptor>src/main/assembly/assembly.xml</descriptor>
   1.161 +                   <finalName>${pom.artifactId}-${pom.version}</finalName>
   1.162 +                   <outputDirectory>target</outputDirectory>
   1.163 +                   <workDirectory>target/assembly/work</workDirectory>
   1.164 +                 </configuration>
   1.165 +
   1.166 +            </plugin>
   1.167 +<plugin>
   1.168 +   <artifactId>maven-javadoc-plugin</artifactId>
   1.169 +   <executions>
   1.170 +     <execution>
   1.171 +       <phase>package</phase>
   1.172 +  <goals>
   1.173 +       <goal>javadoc</goal>
   1.174 +  </goals>
   1.175 +     </execution>
   1.176 +   </executions>
   1.177 + </plugin>
   1.178 +</plugins>
   1.179 +</build>
   1.180 +<dependencies>
   1.181 +    <dependency>
   1.182 +      <groupId>batik</groupId>
   1.183 +      <artifactId>batik-dom</artifactId>
   1.184 +      <version>1.6</version>
   1.185 +  <scope>compile</scope>
   1.186 +    </dependency>
   1.187 +    <dependency>
   1.188 +      <groupId>batik</groupId>
   1.189 +      <artifactId>batik-awt-util</artifactId>
   1.190 +      <version>1.6</version>
   1.191 +  <scope>compile</scope>
   1.192 +    </dependency>
   1.193 +    <dependency>
   1.194 +      <groupId>batik</groupId>
   1.195 +      <artifactId>batik-svggen</artifactId>
   1.196 +      <version>1.6</version>
   1.197 +  <scope>compile</scope>
   1.198 +    </dependency>
   1.199 +    <dependency>
   1.200 +      <groupId>batik</groupId>
   1.201 +      <artifactId>batik-xml</artifactId>
   1.202 +      <version>1.6</version>
   1.203 +  <scope>compile</scope>
   1.204 +    </dependency>
   1.205 +    <dependency>
   1.206 +      <groupId>batik</groupId>
   1.207 +      <artifactId>batik-util</artifactId>
   1.208 +      <version>1.6</version>
   1.209 +  <scope>compile</scope>
   1.210 +    </dependency>
   1.211 +    <dependency>
   1.212 +      <groupId>commons-logging</groupId>
   1.213 +      <artifactId>commons-logging</artifactId>
   1.214 +      <version>1.0.4</version>
   1.215 +  <scope>compile</scope>
   1.216 +    </dependency>
   1.217 +<dependency>
   1.218 +      <groupId>log4j</groupId>
   1.219 +      <artifactId>log4j</artifactId>
   1.220 +      <version>1.2.12</version>
   1.221 +  <scope>compile</scope>
   1.222 +    </dependency>
   1.223 +<dependency>
   1.224 +      <groupId>crimson</groupId>
   1.225 +      <artifactId>crimson</artifactId>
   1.226 +      <version>1.1.3</version>
   1.227 +  <scope>compile</scope>
   1.228 +    </dependency>
   1.229 +
   1.230 +  <dependency>
   1.231 +      <groupId>javax.servlet</groupId>
   1.232 +      <artifactId>servlet-api</artifactId>
   1.233 +      <version>2.3</version>
   1.234 +  <scope>provided</scope>
   1.235 +    </dependency>
   1.236 +<dependency>
   1.237 +      <groupId>jfreechart</groupId>
   1.238 +      <artifactId>jfreechart</artifactId>
   1.239 +      <version>1.0.0</version>
   1.240 +  <scope>compile</scope>
   1.241 +    </dependency>
   1.242 +    <dependency>
   1.243 +      <groupId>jfree</groupId>
   1.244 +      <artifactId>jcommon</artifactId>
   1.245 +      <version>1.0.0</version>
   1.246 +  <scope>compile</scope>
   1.247 +    </dependency>
   1.248 +  
   1.249 +</dependencies>
   1.250 +</project>