Skip to content

Commit b8dd08c

Browse files
authored
Merge pull request #2036 from rafaelweingartner/midoneDisablingForRetirement
[CLOUDSTACK-9858] Retirement of midonet plugin (build disabling) (This is also a test for me to see if Github merges work properly)
2 parents 3f29ace + a3f351c commit b8dd08c

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

plugins/pom.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@
7979
<module>network-elements/nuage-vsp</module>
8080
<module>network-elements/bigswitch</module>
8181
<module>network-elements/brocade-vcs</module>
82-
<module>network-elements/midonet</module>
8382
<module>network-elements/stratosphere-ssp</module>
8483
<module>network-elements/opendaylight</module>
8584
<module>outofbandmanagement-drivers/ipmitool</module>
@@ -206,5 +205,11 @@
206205
<module>hypervisors/simulator</module>
207206
</modules>
208207
</profile>
208+
<profile>
209+
<id>midonet</id>
210+
<modules>
211+
<module>network-elements/midonet</module>
212+
</modules>
213+
</profile>
209214
</profiles>
210215
</project>

0 commit comments

Comments
 (0)