Subversion Repositories SmartDukaan

Rev

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

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