Skip to content

Commit

Permalink
#1436 - moved and renamed deegree-webservices-handbook oi deegree-do…
Browse files Browse the repository at this point in the history
…cumentation
  • Loading branch information
lgoltz committed Jun 6, 2024
1 parent 0e2c02e commit 696d9e1
Show file tree
Hide file tree
Showing 204 changed files with 9 additions and 12 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>deegree-webservices-handbook</artifactId>
<artifactId>deegree-documentation</artifactId>
<packaging>pom</packaging>
<name>deegree-webservices-handbook</name>
<name>deegree-documentation</name>
<description>Documentation for using and configuring deegree Web Services</description>

<parent>
<groupId>org.deegree</groupId>
<artifactId>deegree-services</artifactId>
<artifactId>deegree</artifactId>
<version>3.6.0-SNAPSHOT</version>
</parent>

Expand Down
File renamed without changes.
File renamed without changes.
9 changes: 0 additions & 9 deletions deegree-services/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,6 @@
</resources>
</build>

<profiles>
<profile>
<id>handbook</id>
<modules>
<module>deegree-webservices-handbook</module>
</modules>
</profile>
</profiles>

<modules>
<module>deegree-services-commons</module>
<module>deegree-services-config</module>
Expand Down
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1261,6 +1261,12 @@
</modules>

<profiles>
<profile>
<id>handbook</id>
<modules>
<module>deegree-documentation</module>
</modules>
</profile>
<profile>
<id>integration-tests</id>
<modules>
Expand Down

0 comments on commit 696d9e1

Please sign in to comment.