Skip to content

Commit

Permalink
pom updated
Browse files Browse the repository at this point in the history
  • Loading branch information
dsuren1 committed Oct 15, 2024
1 parent 3d0f96c commit f213c9b
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -600,36 +600,8 @@
<excludeAllDependencies>true</excludeAllDependencies>
</configuration>
</plugin>
<plugin>
<groupId>com.coderplus.maven.plugins</groupId>
<artifactId>copy-rename-maven-plugin</artifactId>
<version>1.0</version>
<executions>
<execution>
<id>rename-context</id>
<phase>prepare-package</phase>
<goals>
<goal>copy</goal>
</goals>
<configuration>
<overWrite>true</overWrite>
<sourceFile>src/printing/applicationContext-print.xml</sourceFile>
<destinationFile>target/mapstore/WEB-INF/classes/applicationContext-print.xml</destinationFile>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>${httpclient.version}</version>
</dependency>
</dependencies>
</dependencyManagement>
</profile>
</profiles>
<repositories>
Expand Down

0 comments on commit f213c9b

Please sign in to comment.