Subversion Repositories SmartDukaan

Rev

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

Rev 5633 Rev 5650
Line 191... Line 191...
191
                      <directory>src/production/resources</directory>
191
                      <directory>src/production/resources</directory>
192
                      <filtering>true</filtering>
192
                      <filtering>true</filtering>
193
                    </resource>
193
                    </resource>
194
                  </resources>
194
                  </resources>
195
                </configuration>
195
                </configuration>
196
                </execution>
-
 
197
                
-
 
198
             
-
 
199
              <execution>
-
 
200
                <id>copy-images</id>
-
 
201
                <!-- here the phase you need -->
-
 
202
                <phase>compile</phase>
-
 
203
                <goals>
-
 
204
                  <goal>copy-resources</goal>
-
 
205
                </goals>
-
 
206
                <configuration>
-
 
207
                  <overwrite>true</overwrite>
-
 
208
                  <outputDirectory>${project.build.outputDirectory}/images</outputDirectory>
-
 
209
                  <resources>          
196
                </execution>                
210
                    <resource>
-
 
211
                      <directory>src/main/webapp/images/$env</directory>
-
 
212
                      <filtering>true</filtering>
-
 
213
                    </resource>
-
 
214
                  </resources>
-
 
215
                </configuration>
-
 
216
                </execution>
-
 
217
                
-
 
218
            </executions>
197
            </executions>
219
          </plugin>
198
          </plugin>
220
          
199
          
221
          <plugin>
200
          <plugin>
222
            <groupId>org.codehaus.mojo</groupId>
201
            <groupId>org.codehaus.mojo</groupId>