On 9/1/06, ben short <[EMAIL PROTECTED]> wrote:
Hi,

I have been trying to get the jspc-maven-plugin to work. Here is the
relivent part of my pom.

<plugin>
      <groupId>org.codehaus.mojo</groupId>
      <artifactId>jspc-maven-plugin</artifactId>
           <configuration>
                <source>1.5</source>
                <target>1.5</target>
           </configuration>
           <executions>
                <execution>
                     <id>jspc</id>
                     <phase>compile</phase>
                      <goals>
                           <goal>compile</goal>
                       </goals>
                  </execution>
            </executions>
</plugin>

The very first advice would be to use version tag to avoid running
across issues that turn up due to the latest (not always gratest)
version is pulled down.

and the output when I try to mvn compile

Would you run mvn -X and send its output. We're experiencing a very
alike issue in the Geronimo build and having sorted out your issue
could help us resolve ours.

Jacek

--
Jacek Laskowski
http://www.laskowski.net.pl

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to