File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change 70
70
<profile >
71
71
<id >docs</id >
72
72
<build >
73
- <plugins >
73
+ <plugins >
74
+ <plugin >
75
+ <groupId >pl.project13.maven</groupId >
76
+ <artifactId >git-commit-id-plugin</artifactId >
77
+ </plugin >
74
78
<plugin >
75
79
<groupId >org.apache.maven.plugins</groupId >
76
80
<artifactId >maven-dependency-plugin</artifactId >
79
83
<groupId >org.apache.maven.plugins</groupId >
80
84
<artifactId >maven-resources-plugin</artifactId >
81
85
</plugin >
86
+ <plugin >
87
+ <groupId >org.codehaus.mojo</groupId >
88
+ <artifactId >exec-maven-plugin</artifactId >
89
+ </plugin >
82
90
<plugin >
83
91
<groupId >org.asciidoctor</groupId >
84
92
<artifactId >asciidoctor-maven-plugin</artifactId >
87
95
<groupId >org.apache.maven.plugins</groupId >
88
96
<artifactId >maven-antrun-plugin</artifactId >
89
97
</plugin >
98
+ <plugin >
99
+ <groupId >org.codehaus.mojo</groupId >
100
+ <artifactId >build-helper-maven-plugin</artifactId >
101
+ </plugin >
90
102
</plugins >
91
103
</build >
92
104
</profile >
You can’t perform that action at this time.
0 commit comments