• R/O
  • SSH

コミット

タグ
未設定

よく使われているワード(クリックで追加)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Stub for WebAPI


コミットメタ情報

リビジョンb900ca4875b079019ee182481cfcaf9e08def0db (tree)
日時2021-09-21 23:59:12
作者NanaH
コミッターNanaH

ログメッセージ

pom.xml: うまくいかないので元に戻すことにする。

変更サマリ

差分

diff -r df8acbacbd17 -r b900ca4875b0 pom.xml
--- a/pom.xml Sun Sep 19 08:40:46 2021 +0900
+++ b/pom.xml Tue Sep 21 23:59:12 2021 +0900
@@ -100,6 +100,11 @@
100100 <version>5.0.0</version>
101101 </dependency>
102102
103+ <dependency>
104+ <groupId>nanah.oslib</groupId>
105+ <artifactId>oslib</artifactId>
106+ <version>1.0</version>
107+ </dependency>
103108 </dependencies>
104109
105110 <build>
@@ -115,6 +120,25 @@
115120 <plugin>
116121 <groupId>org.apache.maven.plugins</groupId>
117122 <artifactId>maven-install-plugin</artifactId>
123+
124+ <executions>
125+ <execution>
126+ <id>install-external</id>
127+ <phase>clean</phase>
128+ <configuration>
129+ <file>${basedir}/lib/oslib.jar</file>
130+ <repositoryLayout>default</repositoryLayout>
131+ <groupId>nanah.oslib</groupId>
132+ <artifactId>oslib</artifactId>
133+ <version>1.0</version>
134+ <packaging>jar</packaging>
135+ <generatePom>true</generatePom>
136+ </configuration>
137+ <goals>
138+ <goal>install-file</goal>
139+ </goals>
140+ </execution>
141+ </executions>
118142 </plugin>
119143
120144 </plugins>