Subversion Repositories SmartDukaan

Rev

Rev 1017 | Rev 3430 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1017 Rev 1099
Line 17... Line 17...
17
  <build>
17
  <build>
18
    <plugins>
18
    <plugins>
19
      <plugin>
19
      <plugin>
20
        <groupId>org.apache.maven.plugins</groupId>
20
        <groupId>org.apache.maven.plugins</groupId>
21
        <artifactId>maven-compiler-plugin</artifactId>
21
        <artifactId>maven-compiler-plugin</artifactId>
-
 
22
        <version>2.3.2</version>
22
        <configuration>
23
        <configuration>
23
          <debug>true</debug>
24
          <debug>true</debug>
24
          <optimize>true</optimize>
25
          <optimize>true</optimize>
25
          <source>1.6</source>
26
          <source>1.6</source>
26
          <target>1.6</target>
27
          <target>1.6</target>