Subversion Repositories SmartDukaan

Rev

Rev 11050 | Rev 16319 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 11050 Rev 16307
Line 34... Line 34...
34
        <artifactId>maven-compiler-plugin</artifactId>
34
        <artifactId>maven-compiler-plugin</artifactId>
35
        <version>2.3.2</version>
35
        <version>2.3.2</version>
36
        <configuration>
36
        <configuration>
37
          <debug>true</debug>
37
          <debug>true</debug>
38
          <optimize>true</optimize>
38
          <optimize>true</optimize>
39
          <source>1.6</source>
39
          <source>1.7</source>
40
          <target>1.6</target>
40
          <target>1.7</target>
41
        </configuration>
41
        </configuration>
42
      </plugin>
42
      </plugin>
43
    </plugins>
43
    </plugins>
44
  </build>
44
  </build>
45
 
45
 
Line 54... Line 54...
54
      <build>
54
      <build>
55
        <plugins>
55
        <plugins>
56
          <plugin>
56
          <plugin>
57
	      	<groupId>org.apache.maven.plugins</groupId>
57
	      	<groupId>org.apache.maven.plugins</groupId>
58
	        <artifactId>maven-war-plugin</artifactId>
58
	        <artifactId>maven-war-plugin</artifactId>
59
	        <version>2.1.1</version>
59
	        <version>2.3</version>
60
		    <configuration>
60
		    <configuration>
61
	          <webResources>
61
	          <webResources>
62
	            <resource>
62
	            <resource>
63
	              <directory>src/main/webapp</directory>
63
	              <directory>src/main/webapp</directory>
64
	              <includes>
64
	              <includes>
Line 79... Line 79...
79
      <build>
79
      <build>
80
        <plugins>
80
        <plugins>
81
          <plugin>
81
          <plugin>
82
	      	<groupId>org.apache.maven.plugins</groupId>
82
	      	<groupId>org.apache.maven.plugins</groupId>
83
	        <artifactId>maven-war-plugin</artifactId>
83
	        <artifactId>maven-war-plugin</artifactId>
84
	        <version>2.1.1</version>
84
	        <version>2.3</version>
85
	        <executions>
85
	        <executions>
86
			     <execution>
86
			     <execution>
87
			       <id>default-war</id>
87
			       <id>default-war</id>
88
			       <phase>prepare-package</phase>
88
			       <phase>prepare-package</phase>
89
			       <goals>
89
			       <goals>
Line 166... Line 166...
166
      <groupId>readonly.apache</groupId>
166
      <groupId>readonly.apache</groupId>
167
      <artifactId>commons-digester</artifactId>
167
      <artifactId>commons-digester</artifactId>
168
      <version>2.0</version>
168
      <version>2.0</version>
169
    </dependency>
169
    </dependency>
170
    <dependency>
170
    <dependency>
171
      <groupId>readonly.apache</groupId>
171
      <groupId>commons-fileupload</groupId>
172
      <artifactId>commons-fileupload</artifactId>
172
      <artifactId>commons-fileupload</artifactId>
173
      <version>1.2.1</version>
173
      <version>1.3.1</version>
174
    </dependency>
174
    </dependency>
175
    <dependency>
175
    <dependency>
176
      <groupId>readonly.apache</groupId>
176
      <groupId>readonly.apache</groupId>
177
      <artifactId>commons-io</artifactId>
177
      <artifactId>commons-io</artifactId>
178
      <version>1.3.2</version>
178
      <version>1.3.2</version>
Line 354... Line 354...
354
    	<groupId>ShipDEWebServiceClient</groupId>
354
    	<groupId>ShipDEWebServiceClient</groupId>
355
    	<artifactId>ShipDEWebServiceClient</artifactId>
355
    	<artifactId>ShipDEWebServiceClient</artifactId>
356
    	<version>1.0-SNAPSHOT</version>
356
    	<version>1.0-SNAPSHOT</version>
357
    </dependency>
357
    </dependency>
358
  </dependencies>
358
  </dependencies>
359
</project>
359
</project>
360
360