Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Data Mapper directory path in DataMapperBundler for new resource structure #155

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

chathuranga-jayanath-99
Copy link
Contributor

Purpose

$subject

@@ -73,7 +73,7 @@ public DataMapperBundler(CARMojo mojoInstance, String resourcesDirectory) {
* @throws MojoExecutionException if an error occurs while executing the Maven invoker.
*/
public void bundleDataMapper() throws DataMapperException, MojoExecutionException {
String dataMapperDirectoryPath = resourcesDirectory + File.separator + Constants.DATA_MAPPER_DIR_PATH;
String dataMapperDirectoryPath = resourcesDirectory + File.separator + Constants.DATA_MAPPER_DIR_NAME;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wont this break for the existing users who currently have the relevant files in the gov directory?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants