File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change 40
40
</execution >
41
41
</executions >
42
42
</plugin >
43
+ <plugin >
44
+ <groupId >org.apache.maven.plugins</groupId >
45
+ <artifactId >maven-javadoc-plugin</artifactId >
46
+ <version >2.9.1</version >
47
+ <executions >
48
+ <execution >
49
+ <id >attach-javadocs</id >
50
+ <goals >
51
+ <goal >jar</goal >
52
+ </goals >
53
+ </execution >
54
+ </executions >
55
+ </plugin >
43
56
<plugin >
44
57
<groupId >org.apache.felix</groupId >
45
58
<artifactId >maven-bundle-plugin</artifactId >
74
87
<tag >HEAD</tag >
75
88
</scm >
76
89
90
+ <developers >
91
+ <developer >
92
+ <id >rsternberg</id >
93
+ <name >Ralf Sternberg</name >
94
+ <email >rsternberg@eclipsesource.com</email >
95
+ <organization >EclipseSource</organization >
96
+ <organizationUrl >http://eclipsesource.com/</organizationUrl >
97
+ </developer >
98
+ </developers >
99
+
77
100
<dependencies >
78
101
<dependency >
79
102
<groupId >junit</groupId >
You can’t perform that action at this time.
0 commit comments