Skip to content

Commit 0198864

Browse files
committed
fixed goal
1 parent 0053fac commit 0198864

File tree

5 files changed

+14
-9
lines changed

5 files changed

+14
-9
lines changed

jbbp-gradle/pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,14 @@
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>

jbbp-maven/jbbp-maven-plugin-tests/jbbp-mvn-getterssetters/pom.xml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,13 @@
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>

jbbp-maven/jbbp-maven-plugin-tests/jbbp-mvn-test-customvars/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<executions>
2121
<execution>
2222
<goals>
23-
<goal>jbbp</goal>
23+
<goal>generate</goal>
2424
</goals>
2525
</execution>
2626
</executions>

jbbp-maven/jbbp-maven-plugin-tests/jbbp-mvn-test-primitives/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<executions>
2222
<execution>
2323
<goals>
24-
<goal>jbbp</goal>
24+
<goal>generate</goal>
2525
</goals>
2626
</execution>
2727
</executions>

jbbp-maven/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
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>

0 commit comments

Comments
 (0)