File tree Expand file tree Collapse file tree 2 files changed +27
-1
lines changed
Expand file tree Collapse file tree 2 files changed +27
-1
lines changed Original file line number Diff line number Diff line change 44 <modelVersion >4.0.0</modelVersion >
55 <groupId >com.contentstack.sdk</groupId >
66 <artifactId >cms</artifactId >
7+ <packaging >jar</packaging >
78 <name >contentstack-management-java</name >
8- <version >1.0.1 -SNAPSHOT</version >
9+ <version >1.0.0-alpha -SNAPSHOT</version >
910 <description >Contentstack Java Management SDK for Content Management API, Contentstack is a headless CMS with an
1011 API-first approach
1112 </description >
168169
169170 <build >
170171 <plugins >
172+
173+ <!-- mvn clean install -U -Dmaven.test.failure.ignore=true-->
174+ <plugin >
175+ <groupId >org.apache.maven.plugins</groupId >
176+ <artifactId >maven-surefire-plugin</artifactId >
177+ <version >3.0.0-M5</version >
178+ <configuration >
179+ <testFailureIgnore >true</testFailureIgnore >
180+ </configuration >
181+ </plugin >
182+
171183 <plugin >
172184 <groupId >org.apache.maven.plugins</groupId >
173185 <artifactId >maven-jxr-plugin</artifactId >
Original file line number Diff line number Diff line change @@ -67,6 +67,20 @@ <h2 id="prerequisite">Prerequisite</h2>
6767< h2 id ="setup "> Setup</ h2 >
6868< p > To use Contentstack management sdk in our Maven project, we’ll need to add the following dependency to our
6969 pom.xml:</ p >
70+
71+
72+ <!--<pre>-->
73+ <!-- <dependencies>-->
74+ <!-- ...-->
75+ <!-- <dependency>-->
76+ <!-- <groupId>com.contentstack.sdk</groupId>-->
77+ <!-- <artifactId>cms</artifactId>-->
78+ <!-- <version>1.0.0</version>-->
79+ <!-- </dependency>-->
80+ <!-- ...-->
81+ <!-- </dependencies>-->
82+ <!--</pre>-->
83+
7084< pre class =" language-java "> < code class ="prism language-java "> < span class ="token operator "> <</ span > dependency< span
7185 class ="token operator "> ></ span >
7286 < span class ="token operator "> <</ span > groupId< span class ="token operator "> ></ span > com< span
You can’t perform that action at this time.
0 commit comments