Commit 4c8f073 1 parent 8ce3267 commit 4c8f073 Copy full SHA for 4c8f073
File tree 2 files changed +18
-5
lines changed
2 files changed +18
-5
lines changed Original file line number Diff line number Diff line change
1
+ ## [ Git master] ( https://github.com/cucumber/cucumber-jvm/compare/v1.0.0.RC22...master )
2
+
3
+ * [ Scala] Scala Javadoc problems with build ([ #231 ] ( https://github.com/cucumber/cucumber-jvm/issues/231 ) Aslak Hellesøy)
4
+
1
5
## [ 1.0.0.RC22] ( https://github.com/cucumber/cucumber-jvm/compare/v1.0.0.RC21...v1.0.0.RC22 )
2
6
3
7
* [ Java] Snippets for DataTable include a hint about using List<YourType >, so people discover this neat technique (Aslak Hellesøy)
Original file line number Diff line number Diff line change 1
- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
1
+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
2
+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
2
3
<modelVersion >4.0.0</modelVersion >
3
4
4
5
<parent >
46
47
<build >
47
48
<plugins >
48
49
<plugin >
49
- <groupId >org.scala-tools </groupId >
50
- <artifactId >maven- scala-plugin</artifactId >
51
- <version >2.15.2 </version >
50
+ <groupId >net.alchim31.maven </groupId >
51
+ <artifactId >scala-maven -plugin</artifactId >
52
+ <version >3.0.1 </version >
52
53
<configuration >
53
54
<!-- encoding>UTF-8</encoding-->
54
55
<excludes >
72
73
<sourceDir >${basedir} /target/generated-sources/i18n</sourceDir >
73
74
</configuration >
74
75
</execution >
76
+ <execution >
77
+ <id >attach-javadocs</id >
78
+ <goals >
79
+ <goal >doc-jar</goal >
80
+ </goals >
81
+ </execution >
75
82
</executions >
76
83
</plugin >
84
+
77
85
<plugin >
78
86
<groupId >org.apache.maven.plugins</groupId >
79
87
<artifactId >maven-antrun-plugin</artifactId >
86
94
<phase >generate-sources</phase >
87
95
<configuration >
88
96
<target >
89
- <taskdef name =" groovy" classname =" org.codehaus.groovy.ant.Groovy" classpathref =" maven.plugin.classpath" />
97
+ <taskdef name =" groovy" classname =" org.codehaus.groovy.ant.Groovy"
98
+ classpathref =" maven.plugin.classpath" />
90
99
91
100
<groovy ><![CDATA[
92
101
import groovy.text.SimpleTemplateEngine
You can’t perform that action at this time.
0 commit comments