File tree Expand file tree Collapse file tree 3 files changed +36
-5
lines changed Expand file tree Collapse file tree 3 files changed +36
-5
lines changed Original file line number Diff line number Diff line change 171
171
}
172
172
173
173
profile :id => 'release' do
174
- plugin :gpg , '1.5' do
174
+ plugin :source do
175
+ execute_goal :jar , id : 'attach-sources'
176
+ end
177
+ plugin :javadoc do
178
+ execute_goal :jar , id : 'attach-javadoc'
179
+ end
180
+ plugin :gpg , '1.6' do
175
181
execute_goal :sign , :phase => :verify
176
182
end
177
183
end
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ Gem::Specification.new do |s|
8
8
s . version = version_rb . match ( /.*\s VERSION\s *=\s *['"](.*)['"]/ ) [ 1 ]
9
9
10
10
s . platform = 'java'
11
- s . authors = [ 'Ola Bini' , 'JRuby contributors' ]
12
- s . email = "ola.bini@gmail.com"
11
+ s . authors = [ 'Karol Bucek' , ' Ola Bini', 'JRuby contributors' ]
12
+ s . email = 'self+jruby-openssl@kares.org'
13
13
s . summary = "JRuby OpenSSL"
14
14
s . homepage = 'https://github.com/jruby/jruby-openssl'
15
15
s . description = 'JRuby-OpenSSL is an add-on gem for JRuby that emulates the Ruby OpenSSL native library.'
Original file line number Diff line number Diff line change @@ -34,9 +34,12 @@ DO NOT MODIFIY - GENERATED CODE
34
34
</license >
35
35
</licenses >
36
36
<developers >
37
+ <developer >
38
+ <name >Karol Bucek</name >
39
+ <email >self+jruby-openssl@kares.org</email >
40
+ </developer >
37
41
<developer >
38
42
<name >Ola Bini</name >
39
- <email >ola.bini@gmail.com</email >
40
43
</developer >
41
44
<developer >
42
45
<name >JRuby contributors</name >
@@ -1048,9 +1051,31 @@ DO NOT MODIFIY - GENERATED CODE
1048
1051
<id >release</id >
1049
1052
<build >
1050
1053
<plugins >
1054
+ <plugin >
1055
+ <artifactId >maven-source-plugin</artifactId >
1056
+ <executions >
1057
+ <execution >
1058
+ <id >attach-sources</id >
1059
+ <goals >
1060
+ <goal >jar</goal >
1061
+ </goals >
1062
+ </execution >
1063
+ </executions >
1064
+ </plugin >
1065
+ <plugin >
1066
+ <artifactId >maven-javadoc-plugin</artifactId >
1067
+ <executions >
1068
+ <execution >
1069
+ <id >attach-javadoc</id >
1070
+ <goals >
1071
+ <goal >jar</goal >
1072
+ </goals >
1073
+ </execution >
1074
+ </executions >
1075
+ </plugin >
1051
1076
<plugin >
1052
1077
<artifactId >maven-gpg-plugin</artifactId >
1053
- <version >1.5 </version >
1078
+ <version >1.6 </version >
1054
1079
<executions >
1055
1080
<execution >
1056
1081
<phase >verify</phase >
You can’t perform that action at this time.
0 commit comments