Re: What does this warning mean: [WARNING] Attempting to build MavenProject instance for Artifact of type jar; constructing POM artifact instead

2008-05-19 Thread Seva Popov
Dennis, 

Thanks for reply.  The report you filed is for when you run 'mvn site'
to generate the plugin management report.

However, we observe these warnings in the different contexts, namely,
when we run 'mvn clean install' for our projects. So, I am trying to
understand whether this is the same kind of problem and whether we can
safely ignore it. 

Example 1:



[INFO] [assembly:attached {execution: assemble-cli}]

[INFO] Reading assembly descriptor:
/home/marina/tva/packaging/packager/cli/src/main/assembly/cli.xml

[INFO] Processing DependencySet (output=lib)

[INFO] snapshot com.tvworks.tva.mac:mac-data-types:3.2.4-SNAPSHOT:
checking for updates from tva.proxy

[INFO] snapshot com.tvworks.tva.mac:mac-optimizer-api:3.2.4-SNAPSHOT:
checking for updates from tva.proxy

[WARNING] Attempting to build MavenProject instance for Artifact
(com.tvworks.tva.common:tva-common-util:3.3-20080513.211757-64) of type:
jar; constructing POM artifact instead.

[WARNING] Attempting to build MavenProject instance for Artifact
(com.tvworks.tva.common:tva-common-lang:3.3-20080513.211757-62) of type:
jar; constructing POM artifact instead.

[WARNING] Attempting to build MavenProject instance for Artifact
(com.tvworks.tva.common:tva-common-logging:3.3-20080513.211757-62) of
type: jar; constructing POM artifact instead.

[INFO] Building tar :
/home/marina/tva/packaging/packager/cli/target/packager-cli-3.3-SNAPSHOT
.tar.gz

[INFO] Processing DependencySet (output=lib)


Example 2:

[INFO] [enforcer:enforce {execution: enforce-versions}]
[WARNING] Attempting to build MavenProject instance for Artifact
(com.tvworks.tva.maven.plugins:maven-license-plugin:3.3-20080508.052638-
16) of type: maven-plugin; constructing POM artifact instead.
[INFO] snapshot com.tvworks.tva.maven:plugin-utils:3.3-SNAPSHOT:
checking for updates from tva.ci
 [INFO] [tva-license:license {execution: default}]
[INFO] Skipping license:license as this project is not of type: 'jar',
'war', 'component', or 'bundle'
[WARNING] Attempting to build MavenProject instance for Artifact
(com.tvworks.tva.maven.plugins:maven-msgchk-plugin:3.3-20080508.052741-8
) of type: maven-plugin; constructing POM artifact instead.
[INFO] [tva-msgchk:check {execution: msgchk}]
[INFO] Msgchk plugin is skipped for pom project.
[WARNING] Attempting to build MavenProject instance for Artifact
(com.tvworks.tva.maven.plugins:maven

Thanks,
Seva


-Original Message-
Dennis Lundberg
Sat, 17 May 2008 03:30:19 -0700

This message comes from the Plugin Management report in
maven-project-info-reports-plugin 2.1-SNAPSHOT. 

This has been report in JIRA at http://jira.codehaus.org/browse/MPIR-99

Seva Popov wrote:
Hi,

We switched from Maven 2.0.7 to Maven 2.0.9 and started observing the
following warnings for our projects that we could not understand:
[WARNING] Attempting to build MavenProject instance for Artifact 
(com.tvworks.tva.common:tva-common-util:3.3-20080513.211757-64) of type:
jar; constructing POM artifact instead.

Please, let me know.

Thanks,
Seva

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: What does this warning mean: [WARNING] Attempting to build MavenProject instance for Artifact of type jar; constructing POM artifact instead

2008-05-19 Thread Dennis Lundberg

They don't appear to be the same.

I'm using Maven 2.0.8, if that might matter.

Seva Popov wrote:
Dennis, 


Thanks for reply.  The report you filed is for when you run 'mvn site'
to generate the plugin management report.

However, we observe these warnings in the different contexts, namely,
when we run 'mvn clean install' for our projects. So, I am trying to
understand whether this is the same kind of problem and whether we can
safely ignore it. 


Example 1:



[INFO] [assembly:attached {execution: assemble-cli}]

[INFO] Reading assembly descriptor:
/home/marina/tva/packaging/packager/cli/src/main/assembly/cli.xml

[INFO] Processing DependencySet (output=lib)

[INFO] snapshot com.tvworks.tva.mac:mac-data-types:3.2.4-SNAPSHOT:
checking for updates from tva.proxy

[INFO] snapshot com.tvworks.tva.mac:mac-optimizer-api:3.2.4-SNAPSHOT:
checking for updates from tva.proxy

[WARNING] Attempting to build MavenProject instance for Artifact
(com.tvworks.tva.common:tva-common-util:3.3-20080513.211757-64) of type:
jar; constructing POM artifact instead.

[WARNING] Attempting to build MavenProject instance for Artifact
(com.tvworks.tva.common:tva-common-lang:3.3-20080513.211757-62) of type:
jar; constructing POM artifact instead.

[WARNING] Attempting to build MavenProject instance for Artifact
(com.tvworks.tva.common:tva-common-logging:3.3-20080513.211757-62) of
type: jar; constructing POM artifact instead.

[INFO] Building tar :
/home/marina/tva/packaging/packager/cli/target/packager-cli-3.3-SNAPSHOT
.tar.gz

[INFO] Processing DependencySet (output=lib)


Example 2:

[INFO] [enforcer:enforce {execution: enforce-versions}]
[WARNING] Attempting to build MavenProject instance for Artifact
(com.tvworks.tva.maven.plugins:maven-license-plugin:3.3-20080508.052638-
16) of type: maven-plugin; constructing POM artifact instead.
[INFO] snapshot com.tvworks.tva.maven:plugin-utils:3.3-SNAPSHOT:
checking for updates from tva.ci
 [INFO] [tva-license:license {execution: default}]
[INFO] Skipping license:license as this project is not of type: 'jar',
'war', 'component', or 'bundle'
[WARNING] Attempting to build MavenProject instance for Artifact
(com.tvworks.tva.maven.plugins:maven-msgchk-plugin:3.3-20080508.052741-8
) of type: maven-plugin; constructing POM artifact instead.
[INFO] [tva-msgchk:check {execution: msgchk}]
[INFO] Msgchk plugin is skipped for pom project.
[WARNING] Attempting to build MavenProject instance for Artifact
(com.tvworks.tva.maven.plugins:maven

Thanks,
Seva


-Original Message-
Dennis Lundberg
Sat, 17 May 2008 03:30:19 -0700

This message comes from the Plugin Management report in
maven-project-info-reports-plugin 2.1-SNAPSHOT. 


This has been report in JIRA at http://jira.codehaus.org/browse/MPIR-99

Seva Popov wrote:
Hi,

We switched from Maven 2.0.7 to Maven 2.0.9 and started observing the
following warnings for our projects that we could not understand:
[WARNING] Attempting to build MavenProject instance for Artifact 
(com.tvworks.tva.common:tva-common-util:3.3-20080513.211757-64) of type:

jar; constructing POM artifact instead.

Please, let me know.

Thanks,
Seva

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





--
Dennis Lundberg

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: What does this warning mean: [WARNING] Attempting to build MavenProject instance for Artifact of type jar; constructing POM artifact instead

2008-05-19 Thread Seva Popov
For me they don't appear to be the same either. 
I am going to file a bug. 

Thanks.

 
-Original Message-
From: Dennis Lundberg [mailto:[EMAIL PROTECTED] 
Sent: Monday, May 19, 2008 11:33 AM
To: Maven Users List
Subject: Re: What does this warning mean: [WARNING] Attempting to build
MavenProject instance for Artifact of type jar; constructing POM
artifact instead

They don't appear to be the same.

I'm using Maven 2.0.8, if that might matter.

Seva Popov wrote:
 Dennis, 
 
 Thanks for reply.  The report you filed is for when you run 'mvn site'
 to generate the plugin management report.
 
 However, we observe these warnings in the different contexts, namely,
 when we run 'mvn clean install' for our projects. So, I am trying to
 understand whether this is the same kind of problem and whether we can
 safely ignore it. 
 
 Example 1:
 
 
 
 [INFO] [assembly:attached {execution: assemble-cli}]
 
 [INFO] Reading assembly descriptor:
 /home/marina/tva/packaging/packager/cli/src/main/assembly/cli.xml
 
 [INFO] Processing DependencySet (output=lib)
 
 [INFO] snapshot com.tvworks.tva.mac:mac-data-types:3.2.4-SNAPSHOT:
 checking for updates from tva.proxy
 
 [INFO] snapshot com.tvworks.tva.mac:mac-optimizer-api:3.2.4-SNAPSHOT:
 checking for updates from tva.proxy
 
 [WARNING] Attempting to build MavenProject instance for Artifact
 (com.tvworks.tva.common:tva-common-util:3.3-20080513.211757-64) of
type:
 jar; constructing POM artifact instead.
 
 [WARNING] Attempting to build MavenProject instance for Artifact
 (com.tvworks.tva.common:tva-common-lang:3.3-20080513.211757-62) of
type:
 jar; constructing POM artifact instead.
 
 [WARNING] Attempting to build MavenProject instance for Artifact
 (com.tvworks.tva.common:tva-common-logging:3.3-20080513.211757-62) of
 type: jar; constructing POM artifact instead.
 
 [INFO] Building tar :

/home/marina/tva/packaging/packager/cli/target/packager-cli-3.3-SNAPSHOT
 .tar.gz
 
 [INFO] Processing DependencySet (output=lib)
 
 
 Example 2:
 
 [INFO] [enforcer:enforce {execution: enforce-versions}]
 [WARNING] Attempting to build MavenProject instance for Artifact

(com.tvworks.tva.maven.plugins:maven-license-plugin:3.3-20080508.052638-
 16) of type: maven-plugin; constructing POM artifact instead.
 [INFO] snapshot com.tvworks.tva.maven:plugin-utils:3.3-SNAPSHOT:
 checking for updates from tva.ci
  [INFO] [tva-license:license {execution: default}]
 [INFO] Skipping license:license as this project is not of type: 'jar',
 'war', 'component', or 'bundle'
 [WARNING] Attempting to build MavenProject instance for Artifact

(com.tvworks.tva.maven.plugins:maven-msgchk-plugin:3.3-20080508.052741-8
 ) of type: maven-plugin; constructing POM artifact instead.
 [INFO] [tva-msgchk:check {execution: msgchk}]
 [INFO] Msgchk plugin is skipped for pom project.
 [WARNING] Attempting to build MavenProject instance for Artifact
 (com.tvworks.tva.maven.plugins:maven
 
 Thanks,
 Seva
 
 
 -Original Message-
 Dennis Lundberg
 Sat, 17 May 2008 03:30:19 -0700
 
 This message comes from the Plugin Management report in
 maven-project-info-reports-plugin 2.1-SNAPSHOT. 
 
 This has been report in JIRA at
http://jira.codehaus.org/browse/MPIR-99
 
 Seva Popov wrote:
 Hi,
 
 We switched from Maven 2.0.7 to Maven 2.0.9 and started observing the
 following warnings for our projects that we could not understand:
 [WARNING] Attempting to build MavenProject instance for Artifact 
 (com.tvworks.tva.common:tva-common-util:3.3-20080513.211757-64) of
type:
 jar; constructing POM artifact instead.
 
 Please, let me know.
 
 Thanks,
 Seva
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 


-- 
Dennis Lundberg

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: What does this warning mean: [WARNING] Attempting to build MavenProject instance for Artifact of type jar; constructing POM artifact instead

2008-05-17 Thread Dennis Lundberg
This message comes from the Plugin Management report in 
maven-project-info-reports-plugin 2.1-SNAPSHOT.


This has been report in JIRA at http://jira.codehaus.org/browse/MPIR-99

Seva Popov wrote:

Hi,

We switched from Maven 2.0.7 to Maven 2.0.9 and started observing the
following warnings for our projects that we could not understand:
 
[WARNING] Attempting to build MavenProject instance for Artifact

(com.tvworks.tva.common:tva-common-util:3.3-20080513.211757-64) of type:
jar; constructing POM artifact instead.

Please, let me know.

Thanks,
Seva


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





--
Dennis Lundberg

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



What does this warning mean: [WARNING] Attempting to build MavenProject instance for Artifact of type jar; constructing POM artifact instead

2008-05-16 Thread Seva Popov
Hi,

We switched from Maven 2.0.7 to Maven 2.0.9 and started observing the
following warnings for our projects that we could not understand:
 
[WARNING] Attempting to build MavenProject instance for Artifact
(com.tvworks.tva.common:tva-common-util:3.3-20080513.211757-64) of type:
jar; constructing POM artifact instead.

Please, let me know.

Thanks,
Seva


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]