-
should not point at files within the project directory0
原来是web项目,想通过hudson自动部署插件把web项目打成war放到tomcat下
在项目根部加了一个pom文件
但打包的时候却报错
should not point at files within the project directory
<dependency>
<groupId>antlr</groupId>
<artifactId>antlr</artifactId>
<version>2.7.7</version>
<scope>system</scope>
<systemPath>${basedir}/src/main/webapp/WEB-INF/lib/antlr-2.7.7.jar</systemPath>
</dependency>
还要在pom中添加什么吗?2013年3月05日 13:39
相关推荐
- Maven package 时出现should not point at files within the project directory
- Maven项目引用本地jar包依赖打包警告should not point at files within the project directory
- idea升级后 maven打包 无法使用本地jar包 should not point at files within the project directory
- Maven打包本地jar包导不进去,报错should not point at files within the project directory
- Maven打包时抛出should not point at files within the project directory …异常
相关推荐
Move the contents of that directory into a directory within your web server's document root or your public HTML directory: mv drupal-x.x/* drupal-x.x/.htaccess /var/www/html If you would like to...
- If a file does not extend beyond any of the original limitations (filesizes of 4 gig or 65535 files) then no Zip64 format information is included in the archive. - property isZip64 - tells you when ...
All of a project's header files should be listed as descentants of the project's source directory without use of UNIX directory shortcuts . (the current directory) or .. (the parent directory). For...
option to restore this directory tree or you will have problems because the files would not be in their proper subdirectories. Please note most of these directories are differently named to ICS V7 ...
- If you get a "floating point formats not linked" message at runtime, put the following somewhere in your source files: extern void _floatconvert(); #pragma extref _floatconvert This will ...
- If you get a "floating point formats not linked" message at runtime, put the following somewhere in your source files: extern void _floatconvert(); #pragma extref _floatconvert This will ...
array.zip A simple program that shows how a two-dimensional array works within a VB program.<END><br>70,Bubblesort.zip A simple Bubble Sort code that shows how the program works within a VB ...
products, point your web browser to the Raize Software web site at: http://www.raize.com Or, send email to: sales@raize.com Raize Software, Inc. 2843 Windsor Drive, Suite 102 Lisle, ...
Commits represent a snapshot of the repository at a certain point in time. Branches allow developers to work on separate lines of development. Merges combine changes from one branch into another. - *...