Search:

Type: Posts; User: warlus; Keyword(s):

Search: Search took 0.02 seconds.

  1. pom continued : (10000 chars limit)

    </plugin>
    <plugin>
    <groupId>org.apache.maven.plugins</groupId>
    <artifactId>maven-idea-plugin</artifactId>
    <version>2.2</version>
    ...
  2. spring-js-resources ...

    <artifactId>spring-js-resources</artifactId>
    <version>2.2.1.RELEASE</version>
    <classifier/>
    </dependency>
    <dependency>
    ...
  3. pom continued : (10000 chars limit)

    <dependency>
    <groupId>org.springframework</groupId>
    <artifactId>spring-context</artifactId>
    <version>${spring.version}</version>
    </dependency>
    ...
  4. pom.xml :

    pom.xml :

    <?xml version="1.0" encoding="UTF-8" standalone="no"?>
    <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"...
  5. Spring + Selenium + Quartz + tomcat = problems ?

    to make things short : Spring + Selenium + Quartz + tomcat 6 ,

    I know that maven can cause problems by getting javax/servlets and common-logging jars as dependencies , so I tried to exlude them...
Results 1 to 5 of 5