When using Sun's sun.misc.BASE64Decoder, Eclipse shows an error which
requires configuring an access rule via the Eclipse UI -- this ends up
creating an <accessrule/> tag in the Eclipse .classpath file as shown below.

How can I configure my pom.xml such that when checking out the related Maven
project from Subversion, this access rule will be added to the Eclipse
.classpath file without having to store the .classpath file in Subversion?

====
<classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5">
   <accessrules>
      <accessrule kind="accessible" pattern="sun/misc/**"/>
   </accessrules>
</classpathentry>
====


-- 
View this message in context: 
http://www.nabble.com/How-can-I-configure-Maven-POM-so-that-accessrules-are-set-in-.classpath--tp20372095p20372095.html
Sent from the Maven Eclipse - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to