163 reputation
6
bio website bobpaulin.com
location Chicago, IL
age
visits member for 7 months
seen yesterday
stats profile views 5

Independent Consultant Specializing in highly scalable web applications. I also do work with:

  1. Mobile Web Development
  2. CMS/Portal (Adobe CQ 5.x, Liferay)
  3. Delivery Innovation (DevOps, CI, Code Quality, Automation)

Dec
21
awarded  Critic
Dec
21
revised Where should I put test support code for a Java library
added 258 characters in body
Dec
21
comment Where should I put test support code for a Java library
So looking further down the doc I sent you it appears that they recommend creating a separate project for the tests if you want to further separate it: The preferred way In order to let Maven resolve all test-scoped transitive dependencies you should create a separate project.
Dec
21
awarded  Commentator
Dec
21
comment Where should I put test support code for a Java library
Should be able to do that by running the plugin twice with different classifiers maven.apache.org/plugins/maven-jar-plugin/usage.html
Dec
21
comment Converting an old Eclipse/RAD project to build with Maven - problems with .classpath
Found this stackoverflow.com/questions/364114/… But I can't say I've tried it. Or recommend doing it that way.
Dec
21
comment Converting an old Eclipse/RAD project to build with Maven - problems with .classpath
If your company is sold on Maven you may want to look into building out an enterprise maven repo like Artifactory or Nexus. This way you have a place to install things to so other people can get them with out manually installing them locally.
Dec
21
comment Converting an old Eclipse/RAD project to build with Maven - problems with .classpath
Right so the "Maven" way to do this is by installing those artifacts into your repo maven.apache.org/plugins/maven-install-plugin/examples/… And then pulling them in as dependencies. Maven is so convention driven trying to find a way around this may be quite painful.
Dec
21
comment Converting an old Eclipse/RAD project to build with Maven - problems with .classpath
Right and I don't think Maven actually reads those files. .classpath gets generated by Eclipse for it's own purposes. I think the only file Maven reads is the pom.xml
Dec
21
revised Where should I put test support code for a Java library
added 248 characters in body
Dec
21
answered Where should I put test support code for a Java library
Dec
21
answered Converting an old Eclipse/RAD project to build with Maven - problems with .classpath
Dec
21
comment Try/Catch not handling exceptions from Selenium2 FindElement
I can't speak to your exception handling woes but generally I check for a missing element by using getElements() and checking for a size of 0 on the resulting list.
Dec
21
answered How to get entered text from a textbox in selenium
Dec
14
answered Run succeeding steps in Jbehave story when preceding step failed
Dec
9
answered where to find cxf/cxf.xml, cxf-extension-soap.xml, cxf-servlet.xml
Dec
9
comment Get FormDataParam Properties and Attributes
Ajax can be wrapped in a submit call. You just need to structure your callbacks so that the "real" submit happens after the last field is processed.
Dec
9
comment Get FormDataParam Properties and Attributes
In this case you should probably fire off multiple posts using ajax rather than try to handle this in a single post.
Dec
9
answered Get FormDataParam Properties and Attributes
Dec
8
comment JBehave Sentance “API” Generator available
Just tried the plugin. Rocks!