|
6 | 6 |
|
7 | 7 | <groupId>net.itarray</groupId>
|
8 | 8 | <artifactId>automotion</artifactId>
|
9 |
| - <version>1.4.0</version> |
| 9 | + <version>1.4.1</version> |
10 | 10 | <name>Automotion</name>
|
11 | 11 | <description>Library for automation testing</description>
|
12 | 12 | <url>https://www.itarray.net</url>
|
|
39 | 39 | <maven.compiler.target>1.8</maven.compiler.target>
|
40 | 40 | </properties>
|
41 | 41 |
|
42 |
| - <!--<build>--> |
43 |
| - <!--<plugins>--> |
44 |
| - <!--<plugin>--> |
45 |
| - <!--<groupId>org.apache.maven.plugins</groupId>--> |
46 |
| - <!--<artifactId>maven-gpg-plugin</artifactId>--> |
47 |
| - <!--<executions>--> |
48 |
| - <!--<execution>--> |
49 |
| - <!--<id>sign-artifacts</id>--> |
50 |
| - <!--<phase>verify</phase>--> |
51 |
| - <!--<goals>--> |
52 |
| - <!--<goal>sign</goal>--> |
53 |
| - <!--</goals>--> |
54 |
| - <!--</execution>--> |
55 |
| - <!--</executions>--> |
56 |
| - <!--</plugin>--> |
| 42 | + <build> |
| 43 | + <plugins> |
| 44 | + <plugin> |
| 45 | + <groupId>org.apache.maven.plugins</groupId> |
| 46 | + <artifactId>maven-gpg-plugin</artifactId> |
| 47 | + <executions> |
| 48 | + <execution> |
| 49 | + <id>sign-artifacts</id> |
| 50 | + <phase>verify</phase> |
| 51 | + <goals> |
| 52 | + <goal>sign</goal> |
| 53 | + </goals> |
| 54 | + </execution> |
| 55 | + </executions> |
| 56 | + </plugin> |
57 | 57 |
|
58 |
| - <!--<plugin>--> |
59 |
| - <!--<groupId>org.sonatype.plugins</groupId>--> |
60 |
| - <!--<artifactId>nexus-staging-maven-plugin</artifactId>--> |
61 |
| - <!--<version>1.6.3</version>--> |
62 |
| - <!--<extensions>true</extensions>--> |
63 |
| - <!--<configuration>--> |
64 |
| - <!--<serverId>ossrh</serverId>--> |
65 |
| - <!--<nexusUrl>https://oss.sonatype.org/</nexusUrl>--> |
66 |
| - <!--<stagingProfileId>22f8da536d8418</stagingProfileId> <!–Staging–>--> |
67 |
| - <!--<!–<stagingProfileId>7edbe315063867</stagingProfileId> <!–Central staging–>–>--> |
68 |
| - <!--<skipStagingRepositoryClose>true</skipStagingRepositoryClose>--> |
69 |
| - <!--<autoReleaseAfterClose>true</autoReleaseAfterClose>--> |
70 |
| - <!--</configuration>--> |
71 |
| - <!--</plugin>--> |
| 58 | + <plugin> |
| 59 | + <groupId>org.sonatype.plugins</groupId> |
| 60 | + <artifactId>nexus-staging-maven-plugin</artifactId> |
| 61 | + <version>1.6.3</version> |
| 62 | + <extensions>true</extensions> |
| 63 | + <configuration> |
| 64 | + <serverId>ossrh</serverId> |
| 65 | + <nexusUrl>https://oss.sonatype.org/</nexusUrl> |
| 66 | + <stagingProfileId>22f8da536d8418</stagingProfileId> <!--Staging--> |
| 67 | + <!--<stagingProfileId>7edbe315063867</stagingProfileId> <!–Central staging–>--> |
| 68 | + <skipStagingRepositoryClose>true</skipStagingRepositoryClose> |
| 69 | + <autoReleaseAfterClose>true</autoReleaseAfterClose> |
| 70 | + </configuration> |
| 71 | + </plugin> |
72 | 72 |
|
73 |
| - <!--<plugin>--> |
74 |
| - <!--<groupId>org.apache.maven.plugins</groupId>--> |
75 |
| - <!--<artifactId>maven-source-plugin</artifactId>--> |
76 |
| - <!--<executions>--> |
77 |
| - <!--<execution>--> |
78 |
| - <!--<id>attach-sources</id>--> |
79 |
| - <!--<goals>--> |
80 |
| - <!--<goal>jar</goal>--> |
81 |
| - <!--</goals>--> |
82 |
| - <!--</execution>--> |
83 |
| - <!--</executions>--> |
84 |
| - <!--</plugin>--> |
| 73 | + <plugin> |
| 74 | + <groupId>org.apache.maven.plugins</groupId> |
| 75 | + <artifactId>maven-source-plugin</artifactId> |
| 76 | + <executions> |
| 77 | + <execution> |
| 78 | + <id>attach-sources</id> |
| 79 | + <goals> |
| 80 | + <goal>jar</goal> |
| 81 | + </goals> |
| 82 | + </execution> |
| 83 | + </executions> |
| 84 | + </plugin> |
85 | 85 |
|
86 |
| - <!--<plugin>--> |
87 |
| - <!--<groupId>org.apache.maven.plugins</groupId>--> |
88 |
| - <!--<artifactId>maven-javadoc-plugin</artifactId>--> |
89 |
| - <!--<executions>--> |
90 |
| - <!--<execution>--> |
91 |
| - <!--<id>attach-javadocs</id>--> |
92 |
| - <!--<goals>--> |
93 |
| - <!--<goal>jar</goal>--> |
94 |
| - <!--</goals>--> |
95 |
| - <!--</execution>--> |
96 |
| - <!--</executions>--> |
97 |
| - <!--<configuration>--> |
98 |
| - <!--<additionalparam>-Xdoclint:none</additionalparam>--> |
99 |
| - <!--</configuration>--> |
100 |
| - <!--</plugin>--> |
| 86 | + <plugin> |
| 87 | + <groupId>org.apache.maven.plugins</groupId> |
| 88 | + <artifactId>maven-javadoc-plugin</artifactId> |
| 89 | + <executions> |
| 90 | + <execution> |
| 91 | + <id>attach-javadocs</id> |
| 92 | + <goals> |
| 93 | + <goal>jar</goal> |
| 94 | + </goals> |
| 95 | + </execution> |
| 96 | + </executions> |
| 97 | + <configuration> |
| 98 | + <additionalparam>-Xdoclint:none</additionalparam> |
| 99 | + </configuration> |
| 100 | + </plugin> |
101 | 101 |
|
102 |
| - <!--</plugins>--> |
103 |
| - <!--</build>--> |
| 102 | + </plugins> |
| 103 | + </build> |
104 | 104 |
|
105 | 105 | <distributionManagement>
|
106 | 106 | <snapshotRepository>
|
|
0 commit comments