On 10/26/06, Wayne Fay <[EMAIL PROTECTED]> wrote:
I would generally suspect you have not configured things properly:
http://maven.apache.org/plugins/maven-compiler-plugin/howto.html
Wayne
Hmmm I'm sure what I need to do really.I didnt write the plugin.I
downloaded the the plugin source(as it is not supplied prebuilt) from
the author's website and it came with the following pom :
<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>org.apache.jmeter</groupId>
<artifactId>maven-jmeter-plugin</artifactId>
<packaging>maven-plugin</packaging>
<version>1.0-SNAPSHOT</version>
<name>Maven JMeter Plugin</name>
<url>http://jakarta.apache.org/jmeter</url>
<dependencies>
<dependency>
<groupId>ant</groupId>
<artifactId>ant</artifactId>
<version>1.6</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>1.2</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-plugin-api</artifactId>
<version>2.0</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.jmeter</groupId>
<artifactId>jmeter</artifactId>
<version>2.2</version>
</dependency>
</dependencies>
</project>
and the instructions say run 'mvn install' to install the plugin.
So I'm not sure how I would need to configure the maven-compiler-plugin.
Jeff Mutonho
GoogleTalk : ejbengine
Skype : ejbengine
Registered Linux user number 366042
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]