You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Brian Bonner <br...@paraware.com> on 2005/10/18 23:21:26 UTC

Re: *** Spam *** Re: Outstanding questions (Documentation)

Thanks.  The plugin-expressions are very helpful.

Can you point me in the general direction for the reactor in svn?  I 
only found the ReactorManager here:
http://svn.apache.org/viewcvs.cgi/maven/components/trunk/maven-core/src/main/java/org/apache/maven/execution/?rev=326250

I looked through your docs.  for some reason it was colored like I had 
already visited it.  I must have clicked on it by accident.

Thanks again.

Brian



Jason van Zyl wrote:
> On Tue, 2005-10-18 at 16:02 -0400, Brian Bonner wrote:
>   
>> I'm looking for documentation about:
>>
>> 1.  Reactor (I'd like to understand more about the inner workings of Maven)
>>     
>
> Sure, that level of documentation is coming but for the release the
> general user base was the priority.
>   
Can you point to me the reactor in svn?  I only found the ReactorManager 
here:
http://svn.apache.org/viewcvs.cgi/maven/components/trunk/maven-core/src/main/java/org/apache/maven/execution/?rev=326250
>   
>> 2.  Tags available when making a plugin, what properties are available 
>> to me.
>>     
>
> http://svn.apache.org/viewcvs.cgi/maven/components/trunk/maven-
> core/src/main/resources/META-INF/maven/plugin-expressions/
>
> This is what we use internally and we will eventually generate doco for
> it. But you can see what you can use in plug-ins. The rootless and
> settings files in particular.
>
>   
>> 3.  Are the packaging elements a finite set?  pom, war, ejb, ear, jar  
>> Or are there others?  Are they described anywhere?  The gist seems to me 
>> that they are the deliverable of a project.
>>     
>
> They are not finite, they are pluggable but we ship with a default set.
>
> But you're right some more documentation here would be good. Noted.
>
>   
>> 4.  Profiles  (what they're used for, how they might help me)  I think I 
>> got enough from:  http://docs.codehaus.org/display/MAVEN/Build+Profiles  
>> Please let me know if this was the correct place :)
>>     
>
> http://people.apache.org/~jvanzyl/maven2/guides/introduction/introduction-to-profiles.html
>
>   


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: *** Spam *** Re: Outstanding questions (Documentation)

Posted by Brett Porter <br...@gmail.com>.
That, the LifecycleExecutor and the ProjectSorter are probably the
things you are interested in WRT the reactor.

- Brett

On 10/18/05, Brian Bonner <br...@paraware.com> wrote:
> Thanks.  The plugin-expressions are very helpful.
>
> Can you point me in the general direction for the reactor in svn?  I
> only found the ReactorManager here:
> http://svn.apache.org/viewcvs.cgi/maven/components/trunk/maven-core/src/main/java/org/apache/maven/execution/?rev=326250
>
> I looked through your docs.  for some reason it was colored like I had
> already visited it.  I must have clicked on it by accident.
>
> Thanks again.
>
> Brian

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org