Skip to content

Commit b9cdfc9

Browse files
authored
Update build plugin tags
1 parent 11c8d07 commit b9cdfc9

File tree

1 file changed

+6
-2
lines changed
  • service-sdk/12.0.0/create-outbound-integration-service-openapi/example-integration-service

1 file changed

+6
-2
lines changed

service-sdk/12.0.0/create-outbound-integration-service-openapi/example-integration-service/pom.xml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,10 @@
6565
</dependency>
6666
<!-- end::spec-and-dependency[] -->
6767
</dependencies>
68-
<!-- tag::build[] -->
68+
6969
<build>
7070
<plugins>
71+
<!-- tag::maven-plugin[] -->
7172
<plugin>
7273
<groupId>org.apache.maven.plugins</groupId>
7374
<artifactId>maven-dependency-plugin</artifactId>
@@ -99,7 +100,9 @@
99100
</execution>
100101
</executions>
101102
</plugin>
103+
<!-- end::maven-plugin[] -->
102104

105+
<!-- tag::boat-plugin[] -->
103106
<plugin>
104107
<groupId>com.backbase.oss</groupId>
105108
<artifactId>boat-maven-plugin</artifactId>
@@ -122,7 +125,8 @@
122125
</execution>
123126
</executions>
124127
</plugin>
128+
<!-- end::boat-plugin[] -->
125129
</plugins>
126130
</build>
127-
<!-- end::build[] -->
131+
128132
</project>

0 commit comments

Comments
 (0)