Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jetty error #3

Closed
bukharilab opened this issue Mar 5, 2013 · 1 comment
Closed

Jetty error #3

bukharilab opened this issue Mar 5, 2013 · 1 comment

Comments

@bukharilab
Copy link

I am trying to configure web karma like Required goal not found: jetty:run-Djetty.port=9999 in org.mortbay.jetty:jetty-maven-plugin:8.0.3.v20111011 . I donot know how to fix it. I would appreciate if someone help me. I am pasting pom file.

4.0.0
edu.isi
webkarma
war
0.0.1-SNAPSHOT
ISI Karma Maven Webapp
http://maven.apache.org

8.0.3.v20111011 UTF-8 UTF-8 9.0-M0 JGraphT Repository http://tanesha.net/maven2/ maven2-repository.dev.java.net Java.net Maven 2 Repository http://download.java.net/maven/2 default true osgeo Open Source Geospatial Foundation Repository http://download.osgeo.org/webdav/geotools/ org.geotools gt-referencing ${geotools.version} org.geotools gt-epsg-hsql ${geotools.version} ojdbc ojdbc 14 org.geotools gt-epsg-extension ${geotools.version} org.geotools gt-shapefile ${geotools.version} org.python jython-standalone 2.5.3 log4j log4j 1.2.16 org.slf4j slf4j-api 1.6.4 org.slf4j slf4j-log4j12 1.6.4 xml-apis xml-apis 2.0.2 weka weka 3.6 system ${project.basedir}/lib/weka.jar de.micromata.jak JavaAPIforKml 2.2.0-SNAPSHOT com.hp.hpl.jena arq 2.8.8 com.hp.hpl.jena jena 2.6.4 com.hp.hpl.jena iri 0.8 com.hp.hpl.jena tdb 0.8.10 jgrapht jgrapht 0.8.2 junit junit 3.8.1 test org.eclipse.jetty jetty-server ${jettyVersion} org.json json 20090211 jar compile commons-fileupload commons-fileupload 1.2.2 commons-io commons-io 2.0.1 net.sf.opencsv opencsv 2.3 mysql mysql-connector-java 5.1.17 org.antlr antlr 3.2 com.healthmarketscience.jackcess jackcess 1.2.4 org.jdom jdom 1.1.2 maven-cobertura-plugin maven-plugins maven-findbugs-plugin maven-plugins org.apache.poi poi 3.8-beta5 org.apache.poi poi-ooxml 3.8-beta5 org.apache.commons commons-lang3 3.1 com.google.code.gson gson 2.1 compile net.sf.json-lib json-lib 2.3 jar jdk15 compile uk.com.robust-it cloning 1.7.9
    <dependency>
        <groupId>net.sourceforge.jtds</groupId>
        <artifactId>jtds</artifactId>
        <version>1.2.4</version>
    </dependency>

    <dependency>
        <groupId>uk.ac.shef.wit.simmetrics</groupId>
        <artifactId>simmetrics</artifactId>
        <version>1.6.2</version>
        <scope>system</scope>
        <systemPath>${project.basedir}/lib/simmetrics_jar_v1_6_2_d07_02_07.jar</systemPath>
    </dependency>
    <dependency>
        <groupId>postgresql</groupId>
        <artifactId>postgresql</artifactId>
        <version>9.1-901.jdbc4</version>
    </dependency>
    <dependency>
        <groupId>com.vividsolutions</groupId>
        <artifactId>jts</artifactId>
        <version>1.8</version>
    </dependency>
    <dependency>
        <groupId>com.jspsmart.upload</groupId>
        <artifactId>jspsmartupload</artifactId>
        <version>1.1</version>
        <scope>system</scope>
        <systemPath>${project.basedir}/lib/jsmartupload.jar</systemPath>
    </dependency>
    <dependency>
        <groupId>javax.servlet.jsp</groupId>
        <artifactId>javax.servlet.jsp-api</artifactId>
        <version>2.2.1</version>
    </dependency>
    <dependency>
        <groupId>org.apache.httpcomponents</groupId>
        <artifactId>httpcore</artifactId>
        <version>4.2.2</version>
    </dependency>
    <dependency>
        <groupId>org.apache.httpcomponents</groupId>
        <artifactId>httpclient</artifactId>
        <version>4.2.2</version>
    </dependency>
ojdbc ojdbc 14 org.codehaus.mojo exec-maven-plugin 1.1 java org.mortbay.jetty jetty-maven-plugin ${jettyVersion}
    </plugin>
    <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-compiler-plugin</artifactId>
        <configuration>
          <source>1.6</source>
          <target>1.6</target>
        </configuration>
    </plugin>
  <!--
  <plugin>
    <groupId>org.codehaus.mojo</groupId>
    <artifactId>exec-maven-plugin</artifactId>
    <version>1.1</version>
    <executions>
      <execution><goals><goal>java</goal></goals></execution>
    </executions>
    <configuration>
      <mainClass>edu.isi.karma.webserver.ServerStart</mainClass>
    </configuration>
  </plugin>
-->
</plugins>
@shubhamg
Copy link
Contributor

Closing the issue. Need more input to resolve it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants