• R/O
  • SSH

Commit

Tags
Aucun tag

Frequently used words (click to add to your profile)

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

Stub for WebAPI


Commit MetaInfo

Révision988362910eb8b8394b993317ec484a8f8fad2aa8 (tree)
l'heure2021-09-19 08:37:55
AuteurNanaH
CommiterNanaH

Message de Log

独自jarをMaven管轄からclasspath固定に変更2

Change Summary

Modification

diff -r f86a95f8ff0c -r 988362910eb8 pom.xml
--- a/pom.xml Sun Sep 19 08:37:39 2021 +0900
+++ b/pom.xml Sun Sep 19 08:37:55 2021 +0900
@@ -100,11 +100,6 @@
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>
108103 </dependencies>
109104
110105 <build>
@@ -120,26 +115,6 @@
120115 <plugin>
121116 <groupId>org.apache.maven.plugins</groupId>
122117 <artifactId>maven-install-plugin</artifactId>
123-
124-
125- <executions>
126- <execution>
127- <id>install-external</id>
128- <phase>clean</phase>
129- <configuration>
130- <file>${basedir}/lib/oslib.jar</file>
131- <repositoryLayout>default</repositoryLayout>
132- <groupId>nanah.oslib</groupId>
133- <artifactId>oslib</artifactId>
134- <version>1.0</version>
135- <packaging>jar</packaging>
136- <generatePom>true</generatePom>
137- </configuration>
138- <goals>
139- <goal>install-file</goal>
140- </goals>
141- </execution>
142- </executions>
143118 </plugin>
144119
145120 </plugins>