[
https://issues.apache.org/jira/browse/ZOOKEEPER-3029?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Norbert Kalmar updated ZOOKEEPER-3029:
--------------------------------------
Description:
Create a directory structure to adhere to the maven hierarchy.
{noformat}
zk-something
|-src
| |-main
| | |-java
| | \resources
| |-test
| | |-java
| | \resources
| |-it
\pom.xml
{noformat}
was:
Create a directory structure to adhere to the maven hierarchy.
{noformat}
zk-something
|-src
| |-main
| | |-java
| | | \org...
| | \resources
| |-test
| | |-java
| | \org...
| \resources
\pom.xml
{noformat}
> Create maven directory structure
> --------------------------------
>
> Key: ZOOKEEPER-3029
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-3029
> Project: ZooKeeper
> Issue Type: Sub-task
> Components: build, scripts
> Affects Versions: 3.6.0
> Reporter: Norbert Kalmar
> Assignee: Norbert Kalmar
> Priority: Major
>
> Create a directory structure to adhere to the maven hierarchy.
> {noformat}
> zk-something
> |-src
> | |-main
> | | |-java
> | | \resources
> | |-test
> | | |-java
> | | \resources
> | |-it
> \pom.xml
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)