File tree Expand file tree Collapse file tree 5 files changed +14
-9
lines changed Expand file tree Collapse file tree 5 files changed +14
-9
lines changed Original file line number Diff line number Diff line change 1313 <artifactId >jbbp-gradle-plugin</artifactId >
1414 <packaging >pom</packaging >
1515
16+ <dependencies >
17+ <dependency >
18+ <groupId >${project.groupId} </groupId >
19+ <artifactId >jbbp</artifactId >
20+ <version >${project.version} </version >
21+ </dependency >
22+ </dependencies >
23+
1624 <build >
1725 <plugins >
1826 <plugin >
Original file line number Diff line number Diff line change 1414 <build >
1515 <plugins >
1616 <plugin >
17- <!-- < groupId>${project.groupId}</groupId>
17+ <groupId >${project.groupId} </groupId >
1818 <artifactId >jbbp-maven-plugin</artifactId >
19- <version>${project.version}</version>-->
20- <groupId >com.igormaznitsa</groupId >
21- <artifactId >jbbp-maven-plugin</artifactId >
22- <version >1.3.0-SNAPSHOT</version >
19+ <version >${project.version} </version >
2320 <executions >
2421 <execution >
2522 <goals >
26- <goal >jbbp </goal >
23+ <goal >generate </goal >
2724 </goals >
2825 </execution >
2926 </executions >
Original file line number Diff line number Diff line change 2020 <executions >
2121 <execution >
2222 <goals >
23- <goal >jbbp </goal >
23+ <goal >generate </goal >
2424 </goals >
2525 </execution >
2626 </executions >
Original file line number Diff line number Diff line change 2121 <executions >
2222 <execution >
2323 <goals >
24- <goal >jbbp </goal >
24+ <goal >generate </goal >
2525 </goals >
2626 </execution >
2727 </executions >
Original file line number Diff line number Diff line change 3434 <plugin >
3535 <groupId >org.apache.maven.plugins</groupId >
3636 <artifactId >maven-compiler-plugin</artifactId >
37- <version >3.5 .1</version >
37+ <version >3.6 .1</version >
3838 <configuration >
3939 <source >1.6</source >
4040 <target >1.6</target >
You can’t perform that action at this time.
0 commit comments