You are viewing a plain text version of this content. The canonical link for it is here.
Posted to npanday-users@incubator.apache.org by Cihan <ct...@yahoo.com> on 2011/08/05 07:32:34 UTC

maven-aspx-plugin error

Hi
 
I'm trying to build a .net project with npanday.its giving this error.
 Error resolving version for plugin 'npanday.plugin:maven-aspx-plugin' from the repositories [local (C:\Documents and Settings\U053797.KFS\.m2\repository), central (http://repo1.maven.org/maven2)]: Plugin not found in any plugin repository -> [Help 1]
 
in my repository, maven-aspx-plugin jar and pom files are present and versions are correct.
what is the reason for this error?
 
 
Thanks
 
 
my pom file:<?
<
<
<
<
<
<
</
<
<
<
<
<
<
<
<
<
<
<
<
<
</
</
</
</
</xmlversion="1.0"encoding="utf-8"?>projectxmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"xmlns:xsd="http://www.w3.org/2001/XMLSchema"xmlns="http://maven.apache.org/POM/4.0.0">parent>artifactId>Solution1-parent</artifactId>groupId>KFS.Solution1</groupId>version>1.0-SNAPSHOT</version>relativePath>../pom.xml</relativePath>parent>modelVersion>4.0.0</modelVersion>artifactId>WebSite</artifactId>packaging>asp</packaging>name>KFS.Solution1 : WebSite</name>build>sourceDirectory>.</sourceDirectory>plugins>plugin>groupId>org.apache.npanday.plugins</groupId> artifactId>maven-aspx-plugin</artifactId>extensions>true</extensions>configuration>frameworkVersion>3.5</frameworkVersion>configuration>plugin>plugins>build>project>
 
 
 
full error text:------------------------------------------------------------------
Executing Maven
Pom File: D:\My Documents\Visual Studio 2008\Projects\Solution1\pom.xml
Goal: compile
Arguments: compile
NPanday Command: C:\Documents and Settings\U053797.KFS\Desktop\apache-maven-3.0.3-bin\apache-maven-3.0.3\bin\mvn.bat compile
 
------------------------------------------------------------------
 
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for KFS.Solution1:WebSite:asp:1.0-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for org.apache.npanday.plugins:maven-aspx-plugin is missing. @ line 16, column 15
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] KFS.Solution1 : Solution1-parent
[INFO] KFS.Solution1 : WebSite
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building KFS.Solution1 : Solution1-parent 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building KFS.Solution1 : WebSite 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] KFS.Solution1 : Solution1-parent .................. SUCCESS [0.015s]
[INFO] KFS.Solution1 : WebSite ........................... FAILURE [0.187s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 7.652s
[INFO] Finished at: Fri Aug 05 09:55:22 EEST 2011
[INFO] Final Memory: 3M/15M
[INFO] ------------------------------------------------------------------------
[ERROR] Error resolving version for plugin 'npanday.plugin:maven-aspx-plugin' from the repositories [local (C:\Documents and Settings\U053797.KFS\.m2\repository), central (http://repo1.maven.org/maven2)]: Plugin not found in any plugin repository -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginVersionResolutionException
NPanday Execution Failed!, with exit code: 1