Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 896cf31

Browse files
committed
fix pom hierachy
1 parent 432307c commit 896cf31

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ext/pom.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@
77
<artifactId>jruby-parent</artifactId>
88
<version>9000.dev</version>
99
</parent>
10-
<groupId>dummy</groupId>
1110
<artifactId>jruby-ext</artifactId>
12-
<version>0.0.0</version>
1311
<packaging>pom</packaging>
1412
<name>JRuby Ext</name>
1513
<modules>

pom.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@
219219
end
220220
end
221221

222-
all_modules = [ 'test', 'docs', 'maven' ]
222+
all_modules = [ 'test', 'docs', 'maven', 'ext' ]
223223

224224
profile 'all' do
225225

pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -600,6 +600,7 @@
600600
<module>test</module>
601601
<module>docs</module>
602602
<module>maven</module>
603+
<module>ext</module>
603604
</modules>
604605
</profile>
605606
<profile>
@@ -611,6 +612,7 @@
611612
<module>test</module>
612613
<module>docs</module>
613614
<module>maven</module>
615+
<module>ext</module>
614616
</modules>
615617
</profile>
616618
<profile>

0 commit comments

Comments
 (0)