Skip to content

Commit f44fbab

Browse files
authored
Merge pull request #125 from WebFuzzing/ohsome-local-repo
Ohsome local repo
2 parents 8c64b4b + acfb009 commit f44fbab

File tree

79 files changed

+4357
-3
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

79 files changed

+4357
-3
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -326,3 +326,5 @@ scripts/dockerize/dockerfiles
326326
/jdk_11_maven/em/external/rest/tracking-system/target/
327327
/jdk_17_maven/em/embedded/rest/tiltaksgjennomforing-api/target/
328328
/jdk_17_maven/em/external/rest/tiltaksgjennomforing-api/target/
329+
330+
jdk_17_maven/cs/rest/ohsome-api/target/

jdk_17_maven/cs/rest/ohsome-api/pom.xml

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<groupId>org.heigit.ohsome</groupId>
88
<artifactId>ohsome-parent</artifactId>
99
<version>2.14.0</version>
10+
<relativePath/>
1011
</parent>
1112

1213
<artifactId>ohsome-api</artifactId>
@@ -211,6 +212,10 @@
211212
<goals>
212213
<goal>repackage</goal>
213214
</goals>
215+
<configuration>
216+
<finalName>ohsome-api</finalName>
217+
<classifier>sut</classifier>
218+
</configuration>
214219
</execution>
215220
</executions>
216221
</plugin>
@@ -271,10 +276,14 @@
271276
</build>
272277

273278
<repositories>
279+
<!-- <repository>-->
280+
<!-- <id>heigit-nexus-public</id>-->
281+
<!-- <name>HeiGIT maven repositories</name>-->
282+
<!-- <url>https://nexus.heigit.org/repository/maven-public/</url>-->
283+
<!-- </repository>-->
274284
<repository>
275-
<id>heigit-nexus-public</id>
276-
<name>HeiGIT maven repositories</name>
277-
<url>https://nexus.heigit.org/repository/maven-public/</url>
285+
<id>local-repo</id>
286+
<url>file://${project.basedir}/../../../local-repo</url>
278287
</repository>
279288
</repositories>
280289

jdk_17_maven/cs/rest/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
<modules>
1616
<module>familie-ba-sak</module>
1717
<module>tiltaksgjennomforing-api</module>
18+
<module>ohsome-api</module>
1819

1920

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

0 commit comments

Comments
 (0)