Skip to content

Commit b94f971

Browse files
shaileshmishrashaileshmishra
authored andcommitted
📝 README.md updated
1 parent 22ae88a commit b94f971

File tree

2 files changed

+60
-19
lines changed

2 files changed

+60
-19
lines changed

cms.iml

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<module org.jetbrains.idea.maven.project.MavenProjectsManager.isMavenModule="true" type="JAVA_MODULE" version="4">
3+
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_8">
4+
<output url="file://$MODULE_DIR$/target/classes" />
5+
<output-test url="file://$MODULE_DIR$/target/test-classes" />
6+
<content url="file://$MODULE_DIR$">
7+
<sourceFolder url="file://$MODULE_DIR$/src/main/java" isTestSource="false" />
8+
<sourceFolder url="file://$MODULE_DIR$/src/main/resources" type="java-resource" />
9+
<sourceFolder url="file://$MODULE_DIR$/src/test/java" isTestSource="true" />
10+
<sourceFolder url="file://$MODULE_DIR$/src/test/resources" type="java-test-resource" />
11+
<excludeFolder url="file://$MODULE_DIR$/target" />
12+
</content>
13+
<orderEntry type="inheritedJdk" />
14+
<orderEntry type="sourceFolder" forTests="false" />
15+
<orderEntry type="library" name="Maven: com.google.code.gson:gson:2.8.6" level="project" />
16+
<orderEntry type="library" name="Maven: io.github.cdimascio:java-dotenv:5.2.2" level="project" />
17+
<orderEntry type="library" name="Maven: org.jetbrains.kotlin:kotlin-stdlib:1.4.0" level="project" />
18+
<orderEntry type="library" name="Maven: org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0" level="project" />
19+
<orderEntry type="library" name="Maven: org.jetbrains:annotations:13.0" level="project" />
20+
<orderEntry type="library" name="Maven: io.reactivex.rxjava3:rxjava:3.0.10" level="project" />
21+
<orderEntry type="library" name="Maven: org.reactivestreams:reactive-streams:1.0.3" level="project" />
22+
<orderEntry type="library" name="Maven: com.squareup.retrofit2:retrofit:2.9.0" level="project" />
23+
<orderEntry type="library" name="Maven: com.squareup.okhttp3:okhttp:3.14.9" level="project" />
24+
<orderEntry type="library" name="Maven: com.squareup.okio:okio:1.17.2" level="project" />
25+
<orderEntry type="library" name="Maven: com.squareup.retrofit2:converter-gson:2.3.0" level="project" />
26+
<orderEntry type="library" name="Maven: com.squareup.okhttp3:logging-interceptor:3.9.0" level="project" />
27+
<orderEntry type="library" name="Maven: org.projectlombok:lombok:1.18.18" level="project" />
28+
<orderEntry type="library" scope="TEST" name="Maven: org.junit.jupiter:junit-jupiter:5.7.1" level="project" />
29+
<orderEntry type="library" scope="TEST" name="Maven: org.junit.jupiter:junit-jupiter-api:5.7.1" level="project" />
30+
<orderEntry type="library" name="Maven: org.opentest4j:opentest4j:1.2.0" level="project" />
31+
<orderEntry type="library" name="Maven: org.junit.platform:junit-platform-commons:1.7.1" level="project" />
32+
<orderEntry type="library" scope="TEST" name="Maven: org.junit.jupiter:junit-jupiter-params:5.7.1" level="project" />
33+
<orderEntry type="library" scope="TEST" name="Maven: org.junit.jupiter:junit-jupiter-engine:5.7.1" level="project" />
34+
<orderEntry type="library" name="Maven: org.junit.vintage:junit-vintage-engine:5.7.0" level="project" />
35+
<orderEntry type="library" name="Maven: org.apiguardian:apiguardian-api:1.1.0" level="project" />
36+
<orderEntry type="library" name="Maven: org.junit.platform:junit-platform-engine:1.7.0" level="project" />
37+
<orderEntry type="library" name="Maven: junit:junit:4.13" level="project" />
38+
<orderEntry type="library" name="Maven: org.hamcrest:hamcrest-core:1.3" level="project" />
39+
<orderEntry type="library" name="Maven: com.googlecode.json-simple:json-simple:1.1.1" level="project" />
40+
</component>
41+
</module>

pom.xml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -291,25 +291,25 @@
291291
</configuration>
292292
</plugin>
293293

294-
<plugin>
295-
<groupId>org.jacoco</groupId>
296-
<artifactId>jacoco-maven-plugin</artifactId>
297-
<version>${jococo-plugin.version}</version>
298-
<executions>
299-
<execution>
300-
<goals>
301-
<goal>prepare-agent</goal>
302-
</goals>
303-
</execution>
304-
<execution>
305-
<id>generate-code-coverage-report</id>
306-
<phase>test</phase>
307-
<goals>
308-
<goal>report</goal>
309-
</goals>
310-
</execution>
311-
</executions>
312-
</plugin>
294+
<!-- <plugin>-->
295+
<!-- <groupId>org.jacoco</groupId>-->
296+
<!-- <artifactId>jacoco-maven-plugin</artifactId>-->
297+
<!-- <version>${jococo-plugin.version}</version>-->
298+
<!-- <executions>-->
299+
<!-- <execution>-->
300+
<!-- <goals>-->
301+
<!-- <goal>prepare-agent</goal>-->
302+
<!-- </goals>-->
303+
<!-- </execution>-->
304+
<!-- <execution>-->
305+
<!-- <id>generate-code-coverage-report</id>-->
306+
<!-- <phase>test</phase>-->
307+
<!-- <goals>-->
308+
<!-- <goal>report</goal>-->
309+
<!-- </goals>-->
310+
<!-- </execution>-->
311+
<!-- </executions>-->
312+
<!-- </plugin>-->
313313

314314
<plugin>
315315
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)