OSDN Git Service

テストメソッドの名称を日本語からアルファベットに変更した
[importpicture/importpicture.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 63481af..f6ebd8c 100644 (file)
--- a/pom.xml
+++ b/pom.xml
               <goal>wget</goal>
             </goals>
             <configuration>
-              <url>http://surveyor.mydns.jp/data/Sony20170518.tar.gz</url>
-              <unpack>false</unpack>
+              <url>http://surveyor.mydns.jp/archiva/repository/haya4/adjustgpx-data/Sony20170518/4/Sony20170518-4.zip</url>
+              <unpack>true</unpack>
               <outputDirectory>${project.build.directory}/test-classes/imgdata</outputDirectory>
             </configuration>
           </execution>
               <goal>wget</goal>
             </goals>
             <configuration>
-              <url>http://surveyor.mydns.jp/data/WiMiUS20170518.tar.gz</url>
-              <unpack>false</unpack>
+              <url>http://surveyor.mydns.jp/archiva/repository/haya4/adjustgpx-data/WiMiUS20170518/2/WiMiUS20170518-2.zip</url>
+              <unpack>true</unpack>
               <outputDirectory>${project.build.directory}/test-classes/imgdata</outputDirectory>
             </configuration>
           </execution>
               <goal>wget</goal>
             </goals>
             <configuration>
-              <url>http://surveyor.mydns.jp/data/separate.tar.gz</url>
-              <unpack>false</unpack>
+              <url>http://surveyor.mydns.jp/archiva/repository/haya4/adjustgpx-data/separate/1/separate-1.zip</url>
+              <unpack>true</unpack>
               <outputDirectory>${project.build.directory}/test-classes/imgdata</outputDirectory>
             </configuration>
           </execution>
           <tagNameFormat>v@{project.version}</tagNameFormat>
         </configuration>
       </plugin>
-    
     </plugins>
-    
-    
   </build>
-  
 </project>