Skip to content

Commit

Permalink
feat: remove duplicate
Browse files Browse the repository at this point in the history
  • Loading branch information
f-necas committed Jun 19, 2024
1 parent 1dca5f5 commit 48e91aa
Showing 1 changed file with 0 additions and 42 deletions.
42 changes: 0 additions & 42 deletions web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1360,48 +1360,6 @@
</build>
</profile>

<profile>
<id>with-doc</id>
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>gn-guide</artifactId>
<version>${project.version}</version>
<classifier>help</classifier>
<type>zip</type>
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
<executions>
<execution>
<id>copy-documentation</id>
<phase>process-resources</phase>
<goals>
<goal>copy-resources</goal>
</goals>
<configuration>
<includeEmptyDirs>true</includeEmptyDirs>
<overwrite>true</overwrite>
<outputDirectory>${build.webapp.resources}</outputDirectory>
<resources>
<resource>
<directory>${project.basedir}/../docs/manual/target/help</directory>
<targetPath>${basedir}/src/main/webapp/doc/en</targetPath>
</resource>
</resources>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>

<profile>
<id>slave</id>
<dependencies>
Expand Down

0 comments on commit 48e91aa

Please sign in to comment.