Been having some issues with people following the quickstart ...

Running:
mvn exec:java -Dexec.mainClass="org.geotools.demo.example.App

Getting:

The plugin 'org.apache.maven.plugins:maven-exec-plugin' does not exist
or no valid version could be found

I am unsure if they have the following from our demo/example.pom:

  <!-- =========================================================== -->
  <!--     Build Configuration                                     -->
  <!-- =========================================================== -->
  <build>
    <plugins>
      <plugin>
        <!--
           Use maven from the command line:
           1. mvn exec:java
-Dexec.mainClass="org.geotools.demo.example.WFSExample
           2. mvn exec:java
-Dexec.mainClass="org.geotools.demo.example.WMSExample
           3. mvn exec:java
-Dexec.mainClass="org.geotools.demo.example.SLDExample"
-Dexec.keepAlive=true
        -->
        <groupId>org.codehaus.mojo</groupId>
        <artifactId>exec-maven-plugin</artifactId>
      </plugin>
    </plugins>

Sounds like users have tried workarounds like putting
org.codehaus.mojo into their settings.xml

Jody

------------------------------------------------------------------------------

_______________________________________________
Geotools-devel mailing list
Geotools-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to