You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by adingfelder <Di...@SirTrack.com> on 2007/01/23 23:47:56 UTC

null project

when running maven (from within eclipse) I get the following at the start of
the build

[DEBUG] Building Maven user-level plugin registry from:
'<home>\.m2\plugin-registry.xml'
[INFO] Scanning for projects...
[INFO]
----------------------------------------------------------------------------
[INFO] Building Unnamed - common_java:common_java:jar:0.0.1
[INFO]    task-segment: [install]
[INFO]
----------------------------------------------------------------------------
[DEBUG] maven-resources-plugin: resolved to version 2.2 from repository
central
[DEBUG] Retrieving parent-POM: org.apache.maven.plugins:maven-plugins::1 for
project: null:maven-resources-plugin:maven-plugin:2.2 from the repository.

I noticed 2 interesting things:

[INFO] "Building Unnamed"  --> why is it unnamed and how do I set a name?

[DEBUG] Retrieving parent-POM: org.apache.maven.plugins:maven-plugins::1 for
project: null: --> why is it null and how do I correct this?

Thoughts?

Cheers,

Andy Dingfelder


-- 
View this message in context: http://www.nabble.com/null-project-tf3077755s177.html#a8550790
Sent from the Maven - Users mailing list archive at Nabble.com.


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


Re: null project

Posted by Neeraj Bisht <ne...@daffodildb.com>.
You have not specify the name in the project
 <name>Maven Quick Start Archetype</name>


On 1/24/07, adingfelder <Di...@sirtrack.com> wrote:
>
>
> when running maven (from within eclipse) I get the following at the start
> of
> the build
>
> [DEBUG] Building Maven user-level plugin registry from:
> '<home>\.m2\plugin-registry.xml'
> [INFO] Scanning for projects...
> [INFO]
>
> ----------------------------------------------------------------------------
> [INFO] Building Unnamed - common_java:common_java:jar:0.0.1
> [INFO]    task-segment: [install]
> [INFO]
>
> ----------------------------------------------------------------------------
> [DEBUG] maven-resources-plugin: resolved to version 2.2 from repository
> central
> [DEBUG] Retrieving parent-POM: org.apache.maven.plugins:maven-plugins::1for
> project: null:maven-resources-plugin:maven-plugin:2.2 from the repository.
>
> I noticed 2 interesting things:
>
> [INFO] "Building Unnamed"  --> why is it unnamed and how do I set a name?
>
> [DEBUG] Retrieving parent-POM: org.apache.maven.plugins:maven-plugins::1for
> project: null: --> why is it null and how do I correct this?
>
> Thoughts?
>
> Cheers,
>
> Andy Dingfelder
>
>
> --
> View this message in context:
> http://www.nabble.com/null-project-tf3077755s177.html#a8550790
> Sent from the Maven - Users mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>

Re: null project

Posted by adingfelder <Di...@SirTrack.com>.
Great, that works like a charm.  :)

How about the project tag?
[DEBUG] Retrieving parent-POM:
org.apache.maven.plugins:maven-plugins::1 for project:
null:maven-resources-plugin:maven-plugin:2.2 from the repository.

Cheers,

Andy

-- 
View this message in context: http://www.nabble.com/null-project-tf3077755s177.html#a8554422
Sent from the Maven - Users mailing list archive at Nabble.com.


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


Re: null project

Posted by "dawn.angelito" <da...@simulalabs.com>.
You can define this in the <name> tag of your pom.xml.

Dawn


adingfelder wrote:
> 
> While I agree with that, I'm not sure "how" to give it a name (thuis the
> reason for the post) :)
> 
> where do you define the project name?"
> 
> 
> 
> amorgovsky wrote:
>> 
>> You could try to give it a name with something like <name>.  Thanks. 
>> 
>> 
>> This message (including any attachments) contains confidential
>> information intended for a specific individual and purpose, and is
>> protected by law.  If you are not the intended recipient, you should
>> delete this message. 
>> 
>> 
>> Any disclosure, copying, or distribution of this message, or the taking
>> of any action based on it, is strictly prohibited. [v.E.1]
>> 
>> 
> 
> 

-- 
View this message in context: http://www.nabble.com/null-project-tf3077755s177.html#a8554250
Sent from the Maven - Users mailing list archive at Nabble.com.


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


Re: null project

Posted by adingfelder <Di...@SirTrack.com>.
While I agree with that, I'm not sure "how" to give it a name (thuis the
reason for the post) :)

where do you define the project name?"



amorgovsky wrote:
> 
> You could try to give it a name with something like <name>.  Thanks. 
> 
> 
> This message (including any attachments) contains confidential information
> intended for a specific individual and purpose, and is protected by law. 
> If you are not the intended recipient, you should delete this message. 
> 
> 
> Any disclosure, copying, or distribution of this message, or the taking of
> any action based on it, is strictly prohibited. [v.E.1]
> 
> 

-- 
View this message in context: http://www.nabble.com/null-project-tf3077755s177.html#a8553218
Sent from the Maven - Users mailing list archive at Nabble.com.


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