Explicitly providing sourcepath to workaround http://jira.codehaus.org/browse/MCOMPILER-98 bug
authorJaroslav Tulach <jtulach@netbeans.org>
Fri, 05 Feb 2010 22:03:06 +0100
changeset 974da4eb49856cd
parent 973 5653a70ebb56
child 975 d08cd65af644
Explicitly providing sourcepath to workaround http://jira.codehaus.org/browse/MCOMPILER-98 bug
anagramdemo/simplescrambler/pom.xml
anagramdemo/staticwordlibrary/pom.xml
     1.1 --- a/anagramdemo/simplescrambler/pom.xml	Wed Feb 03 00:26:11 2010 +0100
     1.2 +++ b/anagramdemo/simplescrambler/pom.xml	Fri Feb 05 22:03:06 2010 +0100
     1.3 @@ -20,6 +20,9 @@
     1.4                  <configuration>
     1.5                      <source>1.5</source>
     1.6                      <target>1.5</target>
     1.7 +                    <compilerArguments>
     1.8 +                        <sourcepath>${project.basedir}/src/main/java</sourcepath>
     1.9 +                    </compilerArguments>
    1.10                  </configuration>
    1.11              </plugin>
    1.12              <plugin>
     2.1 --- a/anagramdemo/staticwordlibrary/pom.xml	Wed Feb 03 00:26:11 2010 +0100
     2.2 +++ b/anagramdemo/staticwordlibrary/pom.xml	Fri Feb 05 22:03:06 2010 +0100
     2.3 @@ -38,6 +38,9 @@
     2.4                  <configuration>
     2.5                      <source>1.5</source>
     2.6                      <target>1.5</target>
     2.7 +                    <compilerArguments>
     2.8 +                        <sourcepath>${project.basedir}/src/main/java</sourcepath>
     2.9 +                    </compilerArguments>
    2.10                  </configuration>
    2.11              </plugin>
    2.12              <plugin>