> The file -ValueDomainServiceFactory.java- contain the code where maven > gives an error: > ValueDomainServiceFactory.java:[24,61] type > org.springframework.beans.factory.FactoryBean does not take parameters
The Maven compiler plugin simply reaches out to javac and uses it directly to compile your code. So this is an error message coming from javac, not Maven. You need to adjust your code so the compiler does not give this error. > (See attached file: effective-pom.txt)(See attached file: mvn version.txt) > (See attached file: mvn-clean.txt)(See attached file: mvn-compile.txt)(See > attached file: ValueDomainServiceFactory.java) This mail list strips attachments. Please post your code at www.pastebin.com or a similar site if you want to share something. Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
