Return-Path: Delivered-To: apmail-maven-issues-archive@minotaur.apache.org Received: (qmail 16444 invoked from network); 10 Jun 2009 21:14:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 10 Jun 2009 21:14:05 -0000 Received: (qmail 22466 invoked by uid 500); 10 Jun 2009 21:14:16 -0000 Delivered-To: apmail-maven-issues-archive@maven.apache.org Received: (qmail 22333 invoked by uid 500); 10 Jun 2009 21:14:16 -0000 Mailing-List: contact issues-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@maven.apache.org Delivered-To: mailing list issues@maven.apache.org Received: (qmail 22304 invoked by uid 99); 10 Jun 2009 21:14:14 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Jun 2009 21:14:14 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [63.246.2.115] (HELO codehaus01.managed.contegix.com) (63.246.2.115) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Jun 2009 21:14:04 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [127.0.0.1]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 7237D160000A for ; Wed, 10 Jun 2009 16:13:43 -0500 (CDT) Message-ID: <506249.157571244668423383.JavaMail.haus-jira@codehaus01.managed.contegix.com> Date: Wed, 10 Jun 2009 16:13:43 -0500 (CDT) From: "Angie Lin (JIRA)" To: issues@maven.apache.org Subject: [jira] Commented: (MNG-3587) Strange warnings while building a project In-Reply-To: <6866573.1211234667209.JavaMail.haus-jira@codehaus01.managed.contegix.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 4e90ceb663894a42f12c0e28abbab431 X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/MNG-3587?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=179952#action_179952 ] Angie Lin commented on MNG-3587: -------------------------------- I am also seeing this while doing a 'mvn install' and it's breaking things for me. The only thing my pom does is use maven-assembly-plugin to create a custom distribution of my project modules. However, when maven-assembly-plugin runs to actually assemble things, it grabs the unique timestamped file, breaking the classpath in my MANIFEST. Here's a snippet of the output from 'mvn -X install'. Notice that I have 2 snapshot dependencies. The first resolves just fine. The second one is the goofy one. [DEBUG] Adding file: /home/alin/.m2/repository/mystuff/media/media-mdm-runtime/1.0.0-SNAPSHOT/media-mdm-runtime-1.0.0-SNAPSHOT.jar to archive location: media-mdm-dist-1.0.0-SNAPSHOT/lib/media-mdm-runtime-1.0.0-SNAPSHOT.jar [WARNING] Attempting to build MavenProject instance for Artifact (mystuff.dmc:server-common:1.0.0-20090610.033054-245) of type: jar; constructing POM artifact instead. [DEBUG] Adding managed dependencies for mystuff.dmc:server-common ... [DEBUG] Adding artifact: mystuff.dmc:server-common:jar:1.0.0-SNAPSHOT with file: /home/alin/.m2/repository/mystuff/dmc/server-common/1.0.0-SNAPSHOT/server-common-1.0.0-SNAPSHOT.jar to assembly location: lib/server-common-1.0.0-20090610.033054-245.jar. > Strange warnings while building a project > ----------------------------------------- > > Key: MNG-3587 > URL: http://jira.codehaus.org/browse/MNG-3587 > Project: Maven 2 > Issue Type: Bug > Affects Versions: 2.0.9 > Reporter: Seva Popov > Fix For: 2.0.11 > > Attachments: maven-warning.txt > > > We've switched from Maven 2.0.7 to Maven 2.0.9 and started observing strange warnings happening in different contexts in our builds: > Example: > [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. > [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. > More details in this thread: > http://www.mail-archive.com/users@maven.apache.org/msg85248.html -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira