Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -326,3 +326,5 @@ scripts/dockerize/dockerfiles
/jdk_11_maven/em/external/rest/tracking-system/target/
/jdk_17_maven/em/embedded/rest/tiltaksgjennomforing-api/target/
/jdk_17_maven/em/external/rest/tiltaksgjennomforing-api/target/

jdk_17_maven/cs/rest/ohsome-api/target/
15 changes: 12 additions & 3 deletions jdk_17_maven/cs/rest/ohsome-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<groupId>org.heigit.ohsome</groupId>
<artifactId>ohsome-parent</artifactId>
<version>2.14.0</version>
<relativePath/>
</parent>

<artifactId>ohsome-api</artifactId>
Expand Down Expand Up @@ -211,6 +212,10 @@
<goals>
<goal>repackage</goal>
</goals>
<configuration>
<finalName>ohsome-api</finalName>
<classifier>sut</classifier>
</configuration>
</execution>
</executions>
</plugin>
Expand Down Expand Up @@ -271,10 +276,14 @@
</build>

<repositories>
<!-- <repository>-->
<!-- <id>heigit-nexus-public</id>-->
<!-- <name>HeiGIT maven repositories</name>-->
<!-- <url>https://nexus.heigit.org/repository/maven-public/</url>-->
<!-- </repository>-->
<repository>
<id>heigit-nexus-public</id>
<name>HeiGIT maven repositories</name>
<url>https://nexus.heigit.org/repository/maven-public/</url>
<id>local-repo</id>
<url>file://${project.basedir}/../../../local-repo</url>
</repository>
</repositories>

Expand Down
1 change: 1 addition & 0 deletions jdk_17_maven/cs/rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
<modules>
<module>familie-ba-sak</module>
<module>tiltaksgjennomforing-api</module>
<module>ohsome-api</module>


<!-- TODO: need to solve issue with Google OAuth2 -->
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
#Tue Jun 10 12:00:27 CEST 2025
geotools-27.0.pom>osgeo=
Loading