|
Hi, the plugin must be under other tags. Example: <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <configuration> <source>1.5</source> <target>1.5</target> </configuration> </plugin> So your pom should look like: <?xml version="1.0" encoding="UTF-8"?> <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"> <modelVersion>4.0.0</modelVersion> <groupId>patristic</groupId> <artifactId>patristic</artifactId> <version>1.0.0-SNAPSHOT</version> <name>Patristic</name> <build> <plugins> <plugin></plugins> </build> <dependencies> <dependency> <groupId>org.freehep</groupId> <artifactId>freehep-graphics2d</artifactId> <version>2.1.3</version> </dependency> </dependencies> </project> Olivier Le 2/18/11 8:55 AM, Andreas Tille a écrit : Hi, On Thu, Feb 17, 2011 at 07:49:52PM +0100, Thomas Zeeman wrote: -- gpg key id: 4096R/326D8438 (pgp.mit.edu) Key fingerprint = 5FB4 6F83 D3B9 5204 6335 D26D 78DC 68DB 326D 8438 |