comparison Samples/MammographyDeepLearning/pom.xml @ 29:118adbad648f

sharing common properties between samples
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 12 Jun 2024 14:44:37 +0200
parents 43923934e934
children
comparison
equal deleted inserted replaced
28:43923934e934 29:118adbad648f
64 </configuration> 64 </configuration>
65 </execution> 65 </execution>
66 </executions> 66 </executions>
67 </plugin> 67 </plugin>
68 68
69 <!-- Sharing properties between the samples -->
70 <plugin>
71 <groupId>org.codehaus.mojo</groupId>
72 <artifactId>properties-maven-plugin</artifactId>
73 <version>1.0.0</version>
74 <executions>
75 <execution>
76 <phase>initialize</phase>
77 <goals>
78 <goal>read-project-properties</goal>
79 </goals>
80 <configuration>
81 <files>
82 <file>${project.basedir}/../global.properties</file>
83 </files>
84 </configuration>
85 </execution>
86 </executions>
87 </plugin>
88
69 </plugins> 89 </plugins>
70 </build> 90 </build>
71 91
72 <groupId>OrthancMammographyDeepLearning</groupId> 92 <groupId>OrthancMammographyDeepLearning</groupId>
73 <artifactId>OrthancMammographyDeepLearning</artifactId> 93 <artifactId>OrthancMammographyDeepLearning</artifactId>
74 <version>mainline</version> 94 <version>${orthanc_java.version}</version>
75 95
76 <properties> 96 <properties>
77 <maven.compiler.source>11</maven.compiler.source> 97 <maven.compiler.source>11</maven.compiler.source>
78 <maven.compiler.target>11</maven.compiler.target> 98 <maven.compiler.target>11</maven.compiler.target>
79 <djl.version>0.26.0</djl.version> 99 <djl.version>0.26.0</djl.version>