You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Dhiman <sa...@yahoo.co.in> on 2013/07/24 18:44:52 UTC

Re: maven errors on xml security package

Here is code snippet for <source> and <target> but this didn't help me 

	<build>

		<plugins>
			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-compiler-plugin</artifactId>
				<version>2.4</version>
				<configuration>
					<source>1.6</source>
					<target>1.6</target>
				</configuration>
			</plugin>
		</plugins>
                </build>



--
View this message in context: http://maven.40175.n5.nabble.com/maven-errors-on-xml-security-package-tp117907p5765081.html
Sent from the Maven - Users mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: maven errors on xml security package

Posted by Ron Wheeler <rw...@artifact-software.com>.
Are you sure that no other Java SDK exists on your workstation?

Ron


On 24/07/2013 12:44 PM, Dhiman wrote:
> Here is code snippet for <source> and <target> but this didn't help me
>
> 	<build>
>
> 		<plugins>
> 			<plugin>
> 				<groupId>org.apache.maven.plugins</groupId>
> 				<artifactId>maven-compiler-plugin</artifactId>
> 				<version>2.4</version>
> 				<configuration>
> 					<source>1.6</source>
> 					<target>1.6</target>
> 				</configuration>
> 			</plugin>
> 		</plugins>
>                  </build>
>
>
>
> --
> View this message in context: http://maven.40175.n5.nabble.com/maven-errors-on-xml-security-package-tp117907p5765081.html
> Sent from the Maven - Users mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>


-- 
Ron Wheeler
President
Artifact Software Inc
email: rwheeler@artifact-software.com
skype: ronaldmwheeler
phone: 866-970-2435, ext 102


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org