WKND setup
So i have AEM 6.5.0 version and I am trying to setup wknd site following the tutorial.
mvn -B org.apache.maven.plugins:maven-archetype-plugin:3.2.1:generate -D archetypeGroupId=com.adobe.aem -D archetypeArtifactId=aem-project-archetype -D archetypeVersion=48 -D appTitle="WKND Sites Project" -D appId="wknd" -D groupId="com.adobe.aem.guides" -D artifactId="aem-guides-wknd" -D package="com.adobe.aem.guides.wknd" -D version="0.0.1-SNAPSHOT" -D aemVersion="6.5.0"
mvn clean install -PautoInstallSinglePackage -Pclassic
But after running both command in cmd i am getting the warning.
[WARNING] The requested profile "classic" could not be activated because it does not exist.

Also in localhost:4502 when i click WKND sites project>us>en>edit the window open blank.
Additionally I cannot create a new content page and its gives an error "Something went wrong".
