File tree Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change 6565 </includes >
6666 </configuration >
6767 </plugin >
68+ <plugin >
69+ <groupId >com.github.siom79.japicmp</groupId >
70+ <artifactId >japicmp-maven-plugin</artifactId >
71+ <version >0.10.0</version >
72+ <configuration >
73+ <newVersion >
74+ <file >
75+ <path >${project.build.directory} /${project.build.finalName} .jar</path >
76+ </file >
77+ </newVersion >
78+ <oldVersion >
79+ <dependency >
80+ <groupId >${project.groupId} </groupId >
81+ <artifactId >${project.artifactId}</artifactId >
82+ <version >1.0.0</version >
83+ </dependency >
84+ </oldVersion >
85+ <parameter >
86+ <onlyModified >true</onlyModified >
87+ <breakBuildBasedOnSemanticVersioning >true</breakBuildBasedOnSemanticVersioning >
88+ <reportOnlyFilename >true</reportOnlyFilename >
89+ </parameter >
90+ </configuration >
91+ <executions >
92+ <execution >
93+ <phase >verify</phase >
94+ <goals >
95+ <goal >cmp</goal >
96+ </goals >
97+ </execution >
98+ </executions >
99+ </plugin >
68100 </plugins >
69101
70102 <pluginManagement >
You can’t perform that action at this time.
0 commit comments