diff options
| author | Federico Igne <federico.igne@cs.ox.ac.uk> | 2022-05-18 15:13:30 +0100 |
|---|---|---|
| committer | Federico Igne <federico.igne@cs.ox.ac.uk> | 2022-05-18 15:40:06 +0100 |
| commit | a5df357d52b8ca2a9a8f0f6008b54c5bab693548 (patch) | |
| tree | 922f9ff5bfb7f57d607da6c7e2891427c4e59156 | |
| parent | 537277d9ce3ba2aff1d66d1b19dbb77e17be0d48 (diff) | |
| download | ACQuA-a5df357d52b8ca2a9a8f0f6008b54c5bab693548.tar.gz ACQuA-a5df357d52b8ca2a9a8f0f6008b54c5bab693548.zip | |
build: move project `resources` folder
| -rw-r--r-- | pom.xml | 17 | ||||
| -rw-r--r-- | src/main/resources/_default_pagoda.properties (renamed from src/main/java/resources/_default_pagoda.properties) | 0 | ||||
| -rw-r--r-- | src/main/resources/log4j.properties (renamed from src/main/java/resources/log4j.properties) | 0 | ||||
| -rw-r--r-- | src/main/resources/pagoda.properties (renamed from src/main/java/resources/pagoda.properties) | 0 |
4 files changed, 8 insertions, 9 deletions
| @@ -235,20 +235,19 @@ | |||
| 235 | </executions> | 235 | </executions> |
| 236 | </plugin> | 236 | </plugin> |
| 237 | </plugins> | 237 | </plugins> |
| 238 | <resources> | ||
| 239 | <resource> | ||
| 240 | <directory>src/main/resources</directory> | ||
| 241 | <excludes> | ||
| 242 | <exclude>pagoda.properties</exclude> | ||
| 243 | </excludes> | ||
| 244 | </resource> | ||
| 245 | </resources> | ||
| 238 | </build> | 246 | </build> |
| 239 | 247 | ||
| 240 | <!-- <build>--> | 248 | <!-- <build>--> |
| 241 | <!-- <sourceDirectory>src/main/scala</sourceDirectory>--> | 249 | <!-- <sourceDirectory>src/main/scala</sourceDirectory>--> |
| 242 | <!-- <testSourceDirectory>src/test/scala</testSourceDirectory>--> | 250 | <!-- <testSourceDirectory>src/test/scala</testSourceDirectory>--> |
| 243 | <!--<resources>--> | ||
| 244 | <!--<resource>--> | ||
| 245 | <!--<directory>src/main/java/resources</directory>--> | ||
| 246 | <!--<excludes>--> | ||
| 247 | <!--<exclude>pagoda.properties</exclude>--> | ||
| 248 | <!--</excludes>--> | ||
| 249 | <!--</resource>--> | ||
| 250 | |||
| 251 | <!--</resources>--> | ||
| 252 | <!--<testResources>--> | 251 | <!--<testResources>--> |
| 253 | <!--<testResource>--> | 252 | <!--<testResource>--> |
| 254 | <!-- <directory>src/test/java/resources</directory>--> | 253 | <!-- <directory>src/test/java/resources</directory>--> |
diff --git a/src/main/java/resources/_default_pagoda.properties b/src/main/resources/_default_pagoda.properties index 7bd5dd3..7bd5dd3 100644 --- a/src/main/java/resources/_default_pagoda.properties +++ b/src/main/resources/_default_pagoda.properties | |||
diff --git a/src/main/java/resources/log4j.properties b/src/main/resources/log4j.properties index 52688d5..52688d5 100644 --- a/src/main/java/resources/log4j.properties +++ b/src/main/resources/log4j.properties | |||
diff --git a/src/main/java/resources/pagoda.properties b/src/main/resources/pagoda.properties index 646744c..646744c 100644 --- a/src/main/java/resources/pagoda.properties +++ b/src/main/resources/pagoda.properties | |||
