maven-ejb-plugin and finalName in build (ignored?)

2007-02-23 Thread Bratek

Hi,

I pasted below part of my pom file. I'd like the EJB jar file to be called
myEjbJar.jar.
Instead the file is named {artifactId}-{version}.jar.
Is there a way to make it work? I thought finalName inside build should
override the default jar file name.
Any help on the subject would be greatly appreciated.
Thanks,

Bratek

build
finalNamemyEjbJar/finalName
plugins
plugin
groupIdorg.apache.maven.plugins/groupId
artifactIdmaven-ejb-plugin/artifactId
configuration
generateClienttrue/generateClient
archive
manifest

addClasspathtrue/addClasspath
/manifest
/archive
/configuration
/plugin
/plugins
/build

-- 
View this message in context: 
http://www.nabble.com/maven-ejb-plugin-and-finalName-in-build-%28ignored-%29-tf3279514s177.html#a9120997
Sent from the Maven - Users mailing list archive at Nabble.com.


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



how to include html files in webapp

2006-07-07 Thread Bratek

Hi,

I have a project/src/webapp/ folder as part of the Maven build. I can build
the war file and servlets without any problems, but when I add index.html to
project/src/webapp in my source tree that file is not part of the war file
generated by Maven. How can I include the static content in my webapp?
Thanks,

Bratek
-- 
View this message in context: 
http://www.nabble.com/how-to-include-html-files-in-webapp-tf1908315.html#a5223568
Sent from the Maven - Users forum at Nabble.com.


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



Maven test-compile dependency problem

2006-06-14 Thread Bratek

Hello,

I'm trying to run mvn test-compile in my build and I keep getting dependency
errors (cannot find symbol ...). The thing is that those dependencies are
defined in pom file, with the scope compile. I'm not sure why mvn
install works, and mvn test-compile does not.
I would appreciate any help on this subject.
Thanks,

Bratek
--
View this message in context: 
http://www.nabble.com/Maven-test-compile-dependency-problem-t1786244.html#a4865174
Sent from the Maven - Users forum at Nabble.com.


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



Maven site javadoc problem

2006-04-11 Thread Bratek

Hi,

I have a Maven project that contains several modules (separate directories
and pom files). When I run site goal Javadocs are generated in each module's
directory. The problem is that the main project knows nothing about those
docs - there is no link to any of the modules.
I tried to search the Internet but I couldn't find any comprehensive
documentation on the subject - just some bits and ends. If you know how to
make this work, please let me know. Thank you,

Bratek
--
View this message in context: 
http://www.nabble.com/Maven-site-javadoc-problem-t1431946.html#a3862183
Sent from the Maven - Users forum at Nabble.com.


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