[
http://issues.apache.org/jira/browse/GERONIMO-1727?page=comments#action_12370872
]
Prasad Kashyap commented on GERONIMO-1727:
------------------------------------------
The connector module worked fine just the way it was (in the top down builds
too). Then I tried to "migrate" these properties into it
maven.junit.fork=true
maven.junit.jvmargs=-Djava.security.auth.login.config=src/test-data/data/login.config
-ea
by doing this -
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<systemProperties>
<java.security.auth.login.config>src/test-data/data/login.config</java.security.auth.login.config>
</systemProperties>
<forkMode>once</forkMode>
<workingDirectory>${basedir}</workingDirectory>
<argLine>-enableassertions</argLine>
</configuration>
</plugin>
Now it fails !!
Should we still try to migrate the project.properties ? :-)
> Module migration to Maven 2: connector
> --------------------------------------
>
> Key: GERONIMO-1727
> URL: http://issues.apache.org/jira/browse/GERONIMO-1727
> Project: Geronimo
> Type: Sub-task
> Components: connector
> Versions: 1.x
> Reporter: Jacek Laskowski
>
> It's a task to keep track of the progress of the module build migration to
> Maven2
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira