Stub for WebAPI
Revision | 988362910eb8b8394b993317ec484a8f8fad2aa8 (tree) |
---|---|
Time | 2021-09-19 08:37:55 |
Author | NanaH |
Commiter | NanaH |
独自jarをMaven管轄からclasspath固定に変更2
@@ -100,11 +100,6 @@ | ||
100 | 100 | <version>5.0.0</version> |
101 | 101 | </dependency> |
102 | 102 | |
103 | - <dependency> | |
104 | - <groupId>nanah.oslib</groupId> | |
105 | - <artifactId>oslib</artifactId> | |
106 | - <version>1.0</version> | |
107 | - </dependency> | |
108 | 103 | </dependencies> |
109 | 104 | |
110 | 105 | <build> |
@@ -120,26 +115,6 @@ | ||
120 | 115 | <plugin> |
121 | 116 | <groupId>org.apache.maven.plugins</groupId> |
122 | 117 | <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> | |
143 | 118 | </plugin> |
144 | 119 | |
145 | 120 | </plugins> |