Skip to content

Commit

Permalink
Merge pull request #1596 from lat-lon/move_deegree-webservices-handbo…
Browse files Browse the repository at this point in the history
…ok-1436

Move deegree webservices handbook
  • Loading branch information
tfr42 authored Jun 6, 2024
2 parents 0e2c02e + f76c26f commit a410dbd
Show file tree
Hide file tree
Showing 205 changed files with 10 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ pipeline {
post {
success {
archiveArtifacts artifacts: '**/target/deegree-webservices-*.war', fingerprint: true
archiveArtifacts artifacts: '**/target/deegree-webservices-handbook*.zip', fingerprint: true
archiveArtifacts artifacts: '**/target/deegree-documentation*.zip', fingerprint: true
}
}
}
Expand Down
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 a410dbd

Please sign in to comment.