Hi Robert,

I was not thinking about scope here, just the directory structure of
the project.

We've used src/main/assembly for years now. Maven-core has its
assembly descriptors in src/main/assembly. It seems strange to
suddenly change it. In what way would our users benefit from this
change?

On Sat, Mar 8, 2014 at 10:41 PM, Robert Scholte <rfscho...@apache.org> wrote:
> Hi Dennis,
>
> an assembly will always result in an attachment, but there's no such thing
> as attaching with a scope.
> For that reason I wouldn't separate the assembly descriptors, it might cause
> invalid assumptions.
>
> Robert
>
>
> Op Sat, 08 Mar 2014 22:24:10 +0100 schreef Dennis Lundberg
> <denn...@apache.org>:
>
>
>> Hi
>>
>> I agree with Karl Heinz that the Assembly Plugin should support the
>> documented default directory.
>>
>> It seems that we disagree about what the preferred directory should
>> be. I think it should be src/main/assembly/ because almost all
>> assemblies I have ever seen are for the main part of a project. If
>> someone wanted to create an assembly for the test part of a project I
>> would recommend to place the assembly descriptor in src/test/assembly.
>>
>> On Fri, Mar 7, 2014 at 8:25 PM, Robert Scholte <rfscho...@apache.org>
>> wrote:
>>>
>>> Hi,
>>>
>>> This is the standard (preferred) directory layout, so it doesn't have to
>>> be
>>> the default.
>>> I actually think that src/main/assembly/ should be src/assembly/,
>>> otherwise
>>> it would imply that there can also be a src/test/assembly/. I wouldn't
>>> separate the descriptors into different folders.
>>>
>>> Robert
>>>
>>> Op Fri, 07 Mar 2014 20:14:48 +0100 schreef Karl Heinz Marbaise
>>> <khmarba...@gmx.de>:
>>>
>>>
>>>> Hi,
>>>>
>>>> I stumbled over a small thing.
>>>>
>>>> The page about the default folder layout
>>>>
>>>>
>>>> https://maven.apache.org/guides/introduction/introduction-to-the-standard-directory-layout.html
>>>>
>>>> mentioned a location for the maven-assembly-plugin descriptors:
>>>>
>>>> src/main/assembly/
>>>>
>>>> So the location is a suggestion to locate assembly descriptors but the
>>>> maven-assembly-plugin itself does not have such a default value for that
>>>> ?
>>>>
>>>> In my opinion the maven-assembly-plugin should have a default location
>>>> as
>>>> mentioned above (descriptors default value to search for
>>>> src/main/assembly/
>>>> descriptors) or we should change the above description..
>>>>
>>>> What do you thing ? Ideas ?
>>>>
>>>> Kind regards
>>>> Karl-Heinz Marbaise
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
>>>> For additional commands, e-mail: dev-h...@maven.apache.org
>>>
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
>>> For additional commands, e-mail: dev-h...@maven.apache.org
>>>
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> For additional commands, e-mail: dev-h...@maven.apache.org
>



-- 
Dennis Lundberg

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org

Reply via email to