|
21 | 21 | </licenses>
|
22 | 22 |
|
23 | 23 | <developers>
|
| 24 | + |
24 | 25 | <developer>
|
25 | 26 | <name>Shailesh Mishra</name>
|
26 | 27 |
|
27 | 28 | <organization>Contentstack</organization>
|
28 | 29 | <organizationUrl>https://www.contentstack.com/</organizationUrl>
|
29 | 30 | </developer>
|
| 31 | + |
| 32 | + <developer> |
| 33 | + <name>Contentstacksdk</name> |
| 34 | + |
| 35 | + <organization>Contentstack</organization> |
| 36 | + <organizationUrl>https://www.contentstack.com/</organizationUrl> |
| 37 | + </developer> |
| 38 | + |
30 | 39 | </developers>
|
31 | 40 |
|
32 | 41 |
|
33 | 42 | <scm>
|
34 | 43 | <url>https://github.com/contentstack/contentstack-java/tree/master</url>
|
35 | 44 | <connection>scm:git:git://github.com/contentstack/contentstack-java.git</connection>
|
36 | 45 | <developerConnection>scm:git:ssh://github.com:contentstack/contentstack-java.git</developerConnection>
|
37 |
| - <tag>v@{project.version}</tag> |
| 46 | + <tag>v1.2.1</tag> |
38 | 47 | </scm>
|
39 | 48 |
|
40 | 49 | <issueManagement>
|
|
50 | 59 |
|
51 | 60 |
|
52 | 61 | <distributionManagement>
|
| 62 | + |
53 | 63 | <snapshotRepository>
|
54 | 64 | <id>ossrh</id>
|
55 | 65 | <url>https://oss.sonatype.org/content/repositories/snapshots</url>
|
56 | 66 | </snapshotRepository>
|
| 67 | + |
57 | 68 | <repository>
|
58 | 69 | <id>ossrh</id>
|
59 | 70 | <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
|
60 | 71 | </repository>
|
| 72 | + |
61 | 73 | </distributionManagement>
|
62 | 74 |
|
63 | 75 |
|
|
67 | 79 |
|
68 | 80 |
|
69 | 81 | <dependencies>
|
| 82 | + |
70 | 83 | <dependency>
|
71 | 84 | <groupId>junit</groupId>
|
72 | 85 | <artifactId>junit</artifactId>
|
|
84 | 97 |
|
85 | 98 | <build>
|
86 | 99 | <plugins>
|
| 100 | + |
87 | 101 | <plugin>
|
88 | 102 | <groupId>org.apache.maven.plugins</groupId>
|
89 | 103 | <artifactId>maven-source-plugin</artifactId>
|
|
97 | 111 | </execution>
|
98 | 112 | </executions>
|
99 | 113 | </plugin>
|
| 114 | + |
100 | 115 | <plugin>
|
101 | 116 | <groupId>org.apache.maven.plugins</groupId>
|
102 | 117 | <artifactId>maven-javadoc-plugin</artifactId>
|
103 | 118 | <version>2.9.1</version>
|
| 119 | + <configuration> |
| 120 | + <additionalparam>-Xdoclint:none</additionalparam> |
| 121 | + </configuration> |
104 | 122 | <executions>
|
105 | 123 | <execution>
|
106 | 124 | <id>attach-javadocs</id>
|
|
137 | 155 | </plugin>
|
138 | 156 |
|
139 | 157 | <plugin>
|
140 |
| - <groupId>org.sonatype.plugins</groupId> |
141 |
| - <artifactId>nexus-staging-maven-plugin</artifactId> |
142 |
| - <version>1.6.7</version> |
143 |
| - <extensions>true</extensions> |
144 |
| - <configuration> |
145 |
| - <serverId>ossrh</serverId> |
146 |
| - <nexusUrl>https://oss.sonatype.org/</nexusUrl> |
147 |
| - <autoReleaseAfterClose>true</autoReleaseAfterClose> |
148 |
| - </configuration> |
| 158 | + <groupId>org.sonatype.plugins</groupId> |
| 159 | + <artifactId>nexus-staging-maven-plugin</artifactId> |
| 160 | + <version>1.6.7</version> |
| 161 | + <extensions>true</extensions> |
| 162 | + <configuration> |
| 163 | + <serverId>ossrh</serverId> |
| 164 | + <nexusUrl>https://oss.sonatype.org/</nexusUrl> |
| 165 | + <autoReleaseAfterClose>true</autoReleaseAfterClose> |
| 166 | + </configuration> |
149 | 167 | </plugin>
|
150 | 168 |
|
151 | 169 | <plugin>
|
|
159 | 177 | <goals>deploy</goals>
|
160 | 178 | </configuration>
|
161 | 179 | </plugin>
|
| 180 | + |
162 | 181 | </plugins>
|
163 | 182 | </build>
|
164 | 183 |
|
|
0 commit comments