You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hc.apache.org by sebb <se...@gmail.com> on 2011/09/18 13:14:52 UTC

[DBUTILS] non-standard directory layout

DbUtils is using the layout:

src/assembly
src/java/org
src/test/org

rather than the standard layout [1]

src/main/assembly
src/main/java/org
src/test/java/org

Maven compile seems to find the files anyway without being told, but
it would be better to be consistent, I think.

[1] http://maven.apache.org/guides/introduction/introduction-to-the-standard-directory-layout.html

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org
For additional commands, e-mail: dev-help@hc.apache.org


Re: [DBUTILS] non-standard directory layout

Posted by sebb <se...@gmail.com>.
Sorry, wrong dev list ...

On 18 September 2011 12:14, sebb <se...@gmail.com> wrote:
> DbUtils is using the layout:
>
> src/assembly
> src/java/org
> src/test/org
>
> rather than the standard layout [1]
>
> src/main/assembly
> src/main/java/org
> src/test/java/org
>
> Maven compile seems to find the files anyway without being told, but
> it would be better to be consistent, I think.
>
> [1] http://maven.apache.org/guides/introduction/introduction-to-the-standard-directory-layout.html
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org
For additional commands, e-mail: dev-help@hc.apache.org