new pom for dbcreator classes reuse the setup as a cloudstack-setup-db project
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/cd4ee019 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/cd4ee019 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/cd4ee019 Branch: refs/heads/bvt Commit: cd4ee019d32eca6b63fdf353fa5123faac8d58ac Parents: 88355b9 Author: Prasanna Santhanam <[email protected]> Authored: Tue Mar 5 11:48:16 2013 +0530 Committer: Prasanna Santhanam <[email protected]> Committed: Tue Mar 5 11:48:16 2013 +0530 ---------------------------------------------------------------------- plugins/pom.xml | 3 ++- pom.xml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/cd4ee019/plugins/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/pom.xml b/plugins/pom.xml index 88f617b..111698d 100755 --- a/plugins/pom.xml +++ b/plugins/pom.xml @@ -16,7 +16,8 @@ KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. ---><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"> +--> +<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"> <modelVersion>4.0.0</modelVersion> <artifactId>cloudstack-plugins</artifactId> <name>Apache CloudStack Plugin POM</name> http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/cd4ee019/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 86cec1d..77f487b 100644 --- a/pom.xml +++ b/pom.xml @@ -173,6 +173,7 @@ <module>services</module> <module>test</module> <module>client</module> + <module>setup</module> </modules> <dependencyManagement> @@ -439,7 +440,6 @@ <exclude>patches/systemvm/debian/config/var/www/html/userdata/.htaccess</exclude> <exclude>patches/systemvm/debian/config/var/www/html/latest/.htaccess</exclude> <exclude>patches/systemvm/debian/vpn/etc/ipsec.d/l2tp.conf</exclude> - </excludes> </configuration> </plugin>
