OSDN Git Service

[maven-release-plugin] prepare for next development iteration
[importpicture/importpicture.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index dafe22e..1f4e64d 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -2,12 +2,12 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>osm.surveyor</groupId>
   <artifactId>AdjustTime</artifactId>
-  <version>5.3.8</version>
+  <version>5.3.10-SNAPSHOT</version>
   <scm>
     <connection>scm:git:http://surveyor.mydns.jp/gitbucket/git/yuu/AdjustTime.git</connection>
     <url>http://surveyor.mydns.jp/gitbucket/yuu/AdjustTime/wiki</url>
     <developerConnection>scm:git:http://surveyor.mydns.jp/gitbucket/git/yuu/AdjustTime.git</developerConnection>
-    <tag>v5.3.8</tag>
+    <tag>v5.3.7</tag>
   </scm>
   
   <properties>
@@ -16,6 +16,8 @@
     <maven.compiler.source>${java.version}</maven.compiler.source>
     <maven.compiler.target>${java.version}</maven.compiler.target>
     <gpg.skip>true</gpg.skip>
+    
+    <maven.javadoc.skip>true</maven.javadoc.skip>
   </properties>
   
   <!-- DEPLOY先の指定  mvn deploy -->
       <type>jar</type>
     </dependency>
 
-    <!-- https://mvnrepository.com/artifact/org.apache.maven.plugins/maven-javadoc-plugin -->
-    <dependency>
-      <groupId>org.apache.maven.plugins</groupId>
-      <artifactId>maven-javadoc-plugin</artifactId>
-      <version>3.2.0</version>
-    </dependency>
-
   </dependencies>
   
   <build>
           <tagNameFormat>v@{project.version}</tagNameFormat>
         </configuration>
       </plugin>
-
-      <!-- 対策 "[ERROR] Exit code: 1 - javadoc: エラー - ドキュメント化しようとしているコードではモジュールが使用されていますが、" -->
-      <plugin>
-        <artifactId>maven-javadoc-plugin</artifactId>
-        <version>3.2.0</version>
-        <configuration>
-          <encoding>UTF-8</encoding>
-          <docencoding>UTF-8</docencoding>
-          <charset>UTF-8</charset>
-          <source>8</source>
-        </configuration>
-      </plugin>
-
+    
     </plugins>