Skip to content

Commit 893a88d

Browse files
marcaureleyadvr
authored andcommitted
CLOUDSTACK-10105: Use maven standard project structure in all projects (#2283)
Remove maven standard module (which only a few were using) and get ride of maven customization for the projects structure. - moved all directories to src/main/java, src/main/resources, src/main/scripts, src/test/java, src/test/resources - grep scan to search for src/com and src/org left over - grep for <project>/scripts to fix pom.xml configuration - remove custom <build> configuration in pom.xml Signed-off-by: Marc-Aurèle Brothier <m@brothier.org>
1 parent f7f14bf commit 893a88d

File tree

5,435 files changed

+100
-314
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

5,435 files changed

+100
-314
lines changed

LICENSE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -612,13 +612,13 @@ Within the ui/lib/qunit directory
612612
qunit.css from http://docs.jquery.com/QUnit
613613
qunit.js from http://docs.jquery.com/QUnit
614614

615-
Within the utils/src/com/cloud/utils/db directory
615+
Within the utils/src/main/java/com/cloud/utils/db directory
616616
licensed under the Apache License, Version 2 http://www.apache.org/licenses/LICENSE-2.0.txt (as above)
617617
Copyright (c) 2004 Clinton Begin
618618
from Clinton Begin http://code.google.com/p/mybatis/
619619
ScriptRunner.java from http://code.google.com/p/mybatis/
620620

621-
Within the utils/src/org/apache/commons/httpclient/contrib/ssl directory
621+
Within the utils/src/main/java/org/apache/commons/httpclient/contrib/ssl directory
622622
licensed under the Apache License, Version 2 http://www.apache.org/licenses/LICENSE-2.0.txt (as above)
623623
Copyright (c) 2007 The Apache Software Foundation
624624
from The Apache Software Foundation http://www.apache.org/
File renamed without changes.
File renamed without changes.
File renamed without changes.

agent/src/com/cloud/agent/direct/download/DirectTemplateDownloader.java renamed to agent/src/main/java/com/cloud/agent/agent/direct/download/DirectTemplateDownloader.java

File renamed without changes.

agent/src/com/cloud/agent/direct/download/DirectTemplateDownloaderImpl.java renamed to agent/src/main/java/com/cloud/agent/agent/direct/download/DirectTemplateDownloaderImpl.java

File renamed without changes.

agent/src/com/cloud/agent/direct/download/HttpDirectTemplateDownloader.java renamed to agent/src/main/java/com/cloud/agent/agent/direct/download/HttpDirectTemplateDownloader.java

File renamed without changes.

agent/src/com/cloud/agent/direct/download/HttpsDirectTemplateDownloader.java renamed to agent/src/main/java/com/cloud/agent/agent/direct/download/HttpsDirectTemplateDownloader.java

File renamed without changes.

agent/src/com/cloud/agent/direct/download/MetalinkDirectTemplateDownloader.java renamed to agent/src/main/java/com/cloud/agent/agent/direct/download/MetalinkDirectTemplateDownloader.java

File renamed without changes.

agent/src/com/cloud/agent/direct/download/NfsDirectTemplateDownloader.java renamed to agent/src/main/java/com/cloud/agent/agent/direct/download/NfsDirectTemplateDownloader.java

File renamed without changes.

0 commit comments

Comments
 (0)