Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8436697
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T07:15:07+00:00 2026-06-10T07:15:07+00:00

With javac, it is possible to implicitly compile java files to class files from

  • 0

With javac, it is possible to implicitly compile java files to class files from a particular source tree. In other words, it’s possible to point at a given source tree and only compile the java files that are required by the explicitly mentioned java files. Is it possible to get this same functionality when building with maven. And, if so, how would I go about doing this?

Edit: I am not speaking of defining a specific list of java source files. The standard java compiler allows for a switch which causes the compiler itself to determine the dependencies based upon the imports. If the imported classes cannot be found in the classpath, then the source path is examined to see if there is a java file for the given class. If there is, then that java file is added to the compilation.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-10T07:15:09+00:00Added an answer on June 10, 2026 at 7:15 am

    You will have to configure the maven compiler to set which files to include/exclude:

    <project>
        <build>
            <plugins>
                <plugin>
                <groupId>org.apache.maven.plugi ns</groupId>
                <artifactId>maven-compiler-plug in</artifactId>
                <configuration>
                <!-- put your configurations here -->
                </configuration>
                </plugin>
            </plugins>
        </build>
    </project>
    

    You could also do this for different maven profiles if you wanted to include/exclude different sets of files.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Possible Duplicate: Java: Always override equals? should I override equals function for any class
Possible Duplicate: Is List<Dog> a subclass of List<Animal> ? Why aren't Java's generics implicitly
Possible Duplicate: Is List<Dog> a subclass of List<Animal>? Why aren't Java's generics implicitly polymorphic?
problem in ant build [javac] Compiling 86 source files to F:\XXX\classes [javac] javac: invalid
Possible Duplicate: Using multiple cores/processors when compiling Java Can javac be configured to benefit
Is it possible to access the Abstract Syntax Tree(AST) inside the javac.exe programmatically? Could
Possible Duplicate: Java: How can I compile an entire directory structure of code? In
I'd like to do some command-line Java compiling of individual Java source files on
Possible Duplicate: Is List&lt;Dog&gt; a subclass of List&lt;Animal&gt; ? Why aren't Java's generics implicitly
Possible Duplicate: Java SE 6 vs. JRE 1.6 vs. JDK 1.6 - What do

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.