summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Fankhauser hiddenalpha.ch2023-01-17 15:40:19 +0100
committerAndreas Fankhauser hiddenalpha.ch2023-01-17 15:40:19 +0100
commit9205a25be62c3c8e15b8b6aee1e3d4e99241a539 (patch)
tree28f088d041c709e8bcab113db81490d6973ccee7
parent41a0f97bafb3d95cfd9f05fd11b01adf8ac62e50 (diff)
downloadUnspecifiedGarbage-9205a25be62c3c8e15b8b6aee1e3d4e99241a539.zip
UnspecifiedGarbage-9205a25be62c3c8e15b8b6aee1e3d4e99241a539.tar.gz
Add 'modules' in pom template. Add rant link
-rw-r--r--doc/note/links/links.txt3
-rw-r--r--doc/note/maven-pom/base.xml5
2 files changed, 8 insertions, 0 deletions
diff --git a/doc/note/links/links.txt b/doc/note/links/links.txt
index af41581..845960e 100644
--- a/doc/note/links/links.txt
+++ b/doc/note/links/links.txt
@@ -432,3 +432,6 @@ Links (Aka argument amplifiers)
## Windoof
- [Enable w32 crashdump](https://learn.microsoft.com/en-us/windows/win32/wer/collecting-user-mode-dumps?source=recommendations)
+## Cloud is bullshit
+- [onedrive down 2023 jan](https://answers.microsoft.com/en-us/msoffice/forum/all/cant-sign-into-onedrive-something-went-wrong-on/b0273ef6-29a3-4fbd-87cc-5b1fea4a62a0)
+
diff --git a/doc/note/maven-pom/base.xml b/doc/note/maven-pom/base.xml
index 68624fb..7218e99 100644
--- a/doc/note/maven-pom/base.xml
+++ b/doc/note/maven-pom/base.xml
@@ -31,4 +31,9 @@
<!-- </dependencies> -->
<!-- </dependencyManagement> -->
+ <!-- <modules> -->
+ <!-- <module>foo</module> -->
+ <!-- <module>bar</module> -->
+ <!-- </modules> -->
+
</project>